#3CCEE4

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

Shades of Medium Turquoise #3CCEE4

Tints of Medium Turquoise #3CCEE4

Color information

#3CCEE4 (or 0x3CCEE4) is unknown color: approx Medium Turquoise. HEX triplet: 3C, CE and E4. RGB value is (60,206,228). Sum of RGB (Red+Green+Blue) = 60+206+228=494 (65% of max value = 765). Red value is 60 (23.83% from 255 or 12.15% from 494); Green value is 206 (80.86% from 255 or 41.70% from 494); Blue value is 228 (89.45% from 255 or 46.15% from 494); Max value from RGB is 228 - color contains mainly: blue. Hex color #3CCEE4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CCEE4 is #C3311B. Grayscale: #A4A4A4. Windows color (decimal): -12792092 or 14995004. OLE color: 14995004.

HSL color Cylindrical-coordinate representation of color #3CCEE4: hue angle of 187.86º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3CCEE4 is Cyan = 0.74, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB60206228-
CMYK0.740.1000.11
HSL187.86º75.68%56.47%-
HSV(B)187.86º73.68%89.41%-
XYZ37.9450.781.19-
YUV164.85163.6353.21-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 12.15%
GREEN value IS 206 (80.86% from 255) = 41.70%
BLUE value IS 228 (89.45% from 255) = 46.15%
R=12.15%
G=41.70%
B=46.15%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal602062280.740.1000.11187.8675.6856.47
Hex3CCEE44AA0Bbc4c38
Octal743163441121201327411470
Binary11110011001110111001001001010101001011101111001001100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CCEE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,206,228); }

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

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

 a { background-color: rgb(60,206,228); }

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

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

 span { border-color: rgb(60,206,228); }

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