#3CD4E9

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

Shades of Turquoise #3CD4E9

Tints of Turquoise #3CD4E9

Color information

#3CD4E9 (or 0x3CD4E9) is unknown color: approx Turquoise. HEX triplet: 3C, D4 and E9. RGB value is (60,212,233). Sum of RGB (Red+Green+Blue) = 60+212+233=505 (66% of max value = 765). Red value is 60 (23.83% from 255 or 11.88% from 505); Green value is 212 (83.20% from 255 or 41.98% from 505); Blue value is 233 (91.41% from 255 or 46.14% from 505); Max value from RGB is 233 - color contains mainly: blue. Hex color #3CD4E9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CD4E9 is #C32B16. Grayscale: #A8A8A8. Windows color (decimal): -12790551 or 15324220. OLE color: 15324220.

HSL color Cylindrical-coordinate representation of color #3CD4E9: hue angle of 187.28º 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 #3CD4E9 is Cyan = 0.74, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB60212233-
CMYK0.740.0900.09
HSL187.28º79.72%57.45%-
HSV(B)187.28º74.25%91.37%-
XYZ40.1153.9385.39-
YUV168.95164.1450.29-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 11.88%
GREEN value IS 212 (83.20% from 255) = 41.98%
BLUE value IS 233 (91.41% from 255) = 46.14%
R=11.88%
G=41.98%
B=46.14%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal602122330.740.0900.09187.2879.7257.45
Hex3CD4E94A909bb5039
Octal743243511121101127312071
Binary11110011010100111010011001010100101001101110111010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CD4E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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