#3CEEE8

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

Shades of Turquoise #3CEEE8

Tints of Turquoise #3CEEE8

Color information

#3CEEE8 (or 0x3CEEE8) is unknown color: approx Turquoise. HEX triplet: 3C, EE and E8. RGB value is (60,238,232). Sum of RGB (Red+Green+Blue) = 60+238+232=530 (70% of max value = 765). Red value is 60 (23.83% from 255 or 11.32% from 530); Green value is 238 (93.36% from 255 or 44.91% from 530); Blue value is 232 (91.02% from 255 or 43.77% from 530); Max value from RGB is 238 - color contains mainly: green. Hex color #3CEEE8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3CEEE8 is #C31117. Grayscale: #B7B7B7. Windows color (decimal): -12783896 or 15265340. OLE color: 15265340.

HSL color Cylindrical-coordinate representation of color #3CEEE8: hue angle of 177.98º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CEEE8 is Cyan = 0.75, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB60238232-
CMYK0.7500.030.07
HSL177.98º83.96%58.43%-
HSV(B)177.98º74.79%93.33%-
XYZ4767.9486.98-
YUV184.09155.0339.49-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 11.32%
GREEN value IS 238 (93.36% from 255) = 44.91%
BLUE value IS 232 (91.02% from 255) = 43.77%
R=11.32%
G=44.91%
B=43.77%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal602382320.7500.030.07177.9883.9658.43
Hex3CEEE84B037b2543a
Octal7435635011303726212472
Binary11110011101110111010001001011011111101100101010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CEEE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,238,232); }

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

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

 a { background-color: rgb(60,238,232); }

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

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

 span { border-color: rgb(60,238,232); }

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