#3CD3E9

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

Shades of Turquoise #3CD3E9

Tints of Turquoise #3CD3E9

Color information

#3CD3E9 (or 0x3CD3E9) is unknown color: approx Turquoise. HEX triplet: 3C, D3 and E9. RGB value is (60,211,233). Sum of RGB (Red+Green+Blue) = 60+211+233=504 (66% of max value = 765). Red value is 60 (23.83% from 255 or 11.90% from 504); Green value is 211 (82.81% from 255 or 41.87% from 504); Blue value is 233 (91.41% from 255 or 46.23% from 504); Max value from RGB is 233 - color contains mainly: blue. Hex color #3CD3E9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CD3E9 is #C32C16. Grayscale: #A8A8A8. Windows color (decimal): -12790807 or 15323964. OLE color: 15323964.

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

Color convert

RGB60211233-
CMYK0.740.0900.09
HSL187.63º79.72%57.45%-
HSV(B)187.63º74.25%91.37%-
XYZ39.8753.4385.3-
YUV168.36164.4750.71-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 11.90%
GREEN value IS 211 (82.81% from 255) = 41.87%
BLUE value IS 233 (91.41% from 255) = 46.23%
R=11.90%
G=41.87%
B=46.23%

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
Decimal602112330.740.0900.09187.6379.7257.45
Hex3CD3E94A909bc5039
Octal743233511121101127412071
Binary11110011010011111010011001010100101001101111001010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CD3E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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