#3DF8EF

Color #3DF8EF Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #3DF8EF

Tints of Turquoise #3DF8EF

Color information

#3DF8EF (or 0x3DF8EF) is unknown color: approx Turquoise. HEX triplet: 3D, F8 and EF. RGB value is (61,248,239). Sum of RGB (Red+Green+Blue) = 61+248+239=548 (72% of max value = 765). Red value is 61 (24.22% from 255 or 11.13% from 548); Green value is 248 (97.27% from 255 or 45.26% from 548); Blue value is 239 (93.75% from 255 or 43.61% from 548); Max value from RGB is 248 - color contains mainly: green. Hex color #3DF8EF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3DF8EF is #C20710. Grayscale: #BEBEBE. Windows color (decimal): -12715793 or 15726653. OLE color: 15726653.

HSL color Cylindrical-coordinate representation of color #3DF8EF: hue angle of 177.11º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DF8EF is Cyan = 0.75, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB61248239-
CMYK0.7500.040.03
HSL177.11º93.03%60.59%-
HSV(B)177.11º75.4%97.25%-
XYZ51.0774.3693.32-
YUV191.06155.0535.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 61 (24.22% from 255) = 11.13%
GREEN value IS 248 (97.27% from 255) = 45.26%
BLUE value IS 239 (93.75% from 255) = 43.61%
R=11.13%
G=45.26%
B=43.61%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal612482390.7500.040.03177.1193.0360.59
Hex3DF8EF4B043b15d3d
Octal7537035711304326113575
Binary11110111111000111011111001011010011101100011011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DF8EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3DF8EF; }

 p { color: rgb(61,248,239); }

 H1.HeaderClassName
 {
   color: #3DF8EF;
 }
 .AnyTagClassName
 {
   color: #3DF8EF;
 }
</style>
background-color css

<style>
 a { background-color: #3DF8EF; }

 a { background-color: rgb(61,248,239); }

 div.DivClassName
 {
   background-color: #3DF8EF;
 }
 .BgClassName
 {
   background-color: #3DF8EF;
 }
</style>
border-color css

<style>
 span { border-color: #3DF8EF; }

 span { border-color: rgb(61,248,239); }

 td.TdClassName
 {
   border-color: #3DF8EF;
 }
 .TagClassName
 {
   border-color: #3DF8EF;
 }
</style>