#3CDBE9

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

Shades of Turquoise #3CDBE9

Tints of Turquoise #3CDBE9

Color information

#3CDBE9 (or 0x3CDBE9) is unknown color: approx Turquoise. HEX triplet: 3C, DB and E9. RGB value is (60,219,233). Sum of RGB (Red+Green+Blue) = 60+219+233=512 (67% of max value = 765). Red value is 60 (23.83% from 255 or 11.72% from 512); Green value is 219 (85.94% from 255 or 42.77% from 512); Blue value is 233 (91.41% from 255 or 45.51% from 512); Max value from RGB is 233 - color contains mainly: blue. Hex color #3CDBE9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CDBE9 is #C32416. Grayscale: #ACACAC. Windows color (decimal): -12788759 or 15326012. OLE color: 15326012.

HSL color Cylindrical-coordinate representation of color #3CDBE9: hue angle of 184.86º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3CDBE9 is Cyan = 0.74, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB60219233-
CMYK0.740.0600.09
HSL184.86º79.72%57.45%-
HSV(B)184.86º74.25%91.37%-
XYZ41.957.5185.98-
YUV173.06161.8247.36-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 11.72%
GREEN value IS 219 (85.94% from 255) = 42.77%
BLUE value IS 233 (91.41% from 255) = 45.51%
R=11.72%
G=42.77%
B=45.51%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal602192330.740.0600.09184.8679.7257.45
Hex3CDBE94A609b95039
Octal74333351112601127112071
Binary1111001101101111101001100101011001001101110011010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CDBE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,219,233); }

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

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

 a { background-color: rgb(60,219,233); }

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

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

 span { border-color: rgb(60,219,233); }

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