#3df0d2

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

Shades of Turquoise #3DF0D2

Tints of Turquoise #3DF0D2

Color information

#3DF0D2 (or 0x3DF0D2) is unknown color: approx Turquoise. HEX triplet: 3D, F0 and D2. RGB value is (61,240,210). Sum of RGB (Red+Green+Blue) = 61+240+210=511 (67% of max value = 765). Red value is 61 (24.22% from 255 or 11.94% from 511); Green value is 240 (94.14% from 255 or 46.97% from 511); Blue value is 210 (82.42% from 255 or 41.10% from 511); Max value from RGB is 240 - color contains mainly: green. Hex color #3DF0D2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DF0D2 is #C20F2D. Grayscale: #B7B7B7. Windows color (decimal): -12717870 or 13824061. OLE color: 13824061.

HSL color Cylindrical-coordinate representation of color #3DF0D2: hue angle of 169.94º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DF0D2 is Cyan = 0.75, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.

Color convert

RGB61240210-
CMYK0.7500.120.06
HSL169.94º85.65%59.02%-
HSV(B)169.94º74.58%94.12%-
XYZ44.7267.9771.73-
YUV183.06143.240.94-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 11.94%
GREEN value IS 240 (94.14% from 255) = 46.97%
BLUE value IS 210 (82.42% from 255) = 41.10%
R=11.94%
G=46.97%
B=41.10%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal612402100.7500.120.06169.9485.6559.02
Hex3DF0D24B0C6aa563b
Octal75360322113014625212673
Binary1111011111000011010010100101101100110101010101010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3df0d2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,240,210); }

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

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

 a { background-color: rgb(61,240,210); }

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

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

 span { border-color: rgb(61,240,210); }

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