#0CCAE4

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

Shades of Dark Turquoise #0CCAE4

Tints of Dark Turquoise #0CCAE4

Color information

#0CCAE4 (or 0x0CCAE4) is unknown color: approx Dark Turquoise. HEX triplet: 0C, CA and E4. RGB value is (12,202,228). Sum of RGB (Red+Green+Blue) = 12+202+228=442 (58% of max value = 765). Red value is 12 (5.08% from 255 or 2.71% from 442); Green value is 202 (79.30% from 255 or 45.70% from 442); Blue value is 228 (89.45% from 255 or 51.58% from 442); Max value from RGB is 228 - color contains mainly: blue. Hex color #0CCAE4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CCAE4 is #F3351B. Grayscale: #939393. Windows color (decimal): -15938844 or 14993932. OLE color: 14993932.

HSL color Cylindrical-coordinate representation of color #0CCAE4: hue angle of 187.22º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CCAE4 is Cyan = 0.95, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB12202228-
CMYK0.950.1100.11
HSL187.22º90%47.06%-
HSV(B)187.22º94.74%89.41%-
XYZ35.2847.9280.79-
YUV148.15173.0530.89-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 2.71%
GREEN value IS 202 (79.30% from 255) = 45.70%
BLUE value IS 228 (89.45% from 255) = 51.58%
R=2.71%
G=45.70%
B=51.58%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal122022280.950.1100.11187.229047.06
HexCCAE45FB0Bbb5a2f
Octal143123441371301327313257
Binary110011001010111001001011111101101011101110111011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CCAE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0CCAE4; }

 p { color: rgb(12,202,228); }

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

<style>
 a { background-color: #0CCAE4; }

 a { background-color: rgb(12,202,228); }

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

<style>
 span { border-color: #0CCAE4; }

 span { border-color: rgb(12,202,228); }

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