#3DFCD6

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

Shades of Turquoise #3DFCD6

Tints of Turquoise #3DFCD6

Color information

#3DFCD6 (or 0x3DFCD6) is unknown color: approx Turquoise. HEX triplet: 3D, FC and D6. RGB value is (61,252,214). Sum of RGB (Red+Green+Blue) = 61+252+214=527 (69% of max value = 765). Red value is 61 (24.22% from 255 or 11.57% from 527); Green value is 252 (98.83% from 255 or 47.82% from 527); Blue value is 214 (83.98% from 255 or 40.61% from 527); Max value from RGB is 252 - color contains mainly: green. Hex color #3DFCD6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DFCD6 is #C20329. Grayscale: #BEBEBE. Windows color (decimal): -12714794 or 14089277. OLE color: 14089277.

HSL color Cylindrical-coordinate representation of color #3DFCD6: hue angle of 168.06º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DFCD6 is Cyan = 0.76, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.

Color convert

RGB61252214-
CMYK0.7600.150.01
HSL168.06º96.95%61.37%-
HSV(B)168.06º75.79%98.82%-
XYZ48.8775.4775.61-
YUV190.56141.2235.59-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 11.57%
GREEN value IS 252 (98.83% from 255) = 47.82%
BLUE value IS 214 (83.98% from 255) = 40.61%
R=11.57%
G=47.82%
B=40.61%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal612522140.7600.150.01168.0696.9561.37
Hex3DFCD64C0F1a8613d
Octal75374326114017125014175
Binary11110111111100110101101001100011111101010001100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DFCD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,252,214); }

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

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

 a { background-color: rgb(61,252,214); }

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

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

 span { border-color: rgb(61,252,214); }

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