#3DFFD9

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

Shades of Turquoise #3DFFD9

Tints of Turquoise #3DFFD9

Color information

#3DFFD9 (or 0x3DFFD9) is unknown color: approx Turquoise. HEX triplet: 3D, FF and D9. RGB value is (61,255,217). Sum of RGB (Red+Green+Blue) = 61+255+217=533 (70% of max value = 765). Red value is 61 (24.22% from 255 or 11.44% from 533); Green value is 255 (100% from 255 or 47.84% from 533); Blue value is 217 (85.16% from 255 or 40.71% from 533); Max value from RGB is 255 - color contains mainly: green. Hex color #3DFFD9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DFFD9 is #C20026. Grayscale: #C0C0C0. Windows color (decimal): -12714023 or 14286653. OLE color: 14286653.

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

Color convert

RGB61255217-
CMYK0.7600.150
HSL168.25º100%61.96%-
HSV(B)168.25º76.08%100%-
XYZ50.2177.5277.96-
YUV192.66141.7334.09-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 11.44%
GREEN value IS 255 (100% from 255) = 47.84%
BLUE value IS 217 (85.16% from 255) = 40.71%
R=11.44%
G=47.84%
B=40.71%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal612552170.7600.150168.2510061.96
Hex3DFFD94C0F0a8643e
Octal75377331114017025014476
Binary11110111111111110110011001100011110101010001100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DFFD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,255,217); }

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

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

 a { background-color: rgb(61,255,217); }

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

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

 span { border-color: rgb(61,255,217); }

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