#0CCDE3

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

Shades of Dark Turquoise #0CCDE3

Tints of Dark Turquoise #0CCDE3

Color information

#0CCDE3 (or 0x0CCDE3) is unknown color: approx Dark Turquoise. HEX triplet: 0C, CD and E3. RGB value is (12,205,227). Sum of RGB (Red+Green+Blue) = 12+205+227=444 (58% of max value = 765). Red value is 12 (5.08% from 255 or 2.70% from 444); Green value is 205 (80.47% from 255 or 46.17% from 444); Blue value is 227 (89.06% from 255 or 51.13% from 444); Max value from RGB is 227 - color contains mainly: blue. Hex color #0CCDE3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CCDE3 is #F3321C. Grayscale: #959595. Windows color (decimal): -15938077 or 14929164. OLE color: 14929164.

HSL color Cylindrical-coordinate representation of color #0CCDE3: hue angle of 186.14º 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 #0CCDE3 is Cyan = 0.95, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB12205227-
CMYK0.950.1000.11
HSL186.14º89.96%46.86%-
HSV(B)186.14º94.71%89.02%-
XYZ35.8549.2980.3-
YUV149.8171.5629.71-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 2.70%
GREEN value IS 205 (80.47% from 255) = 46.17%
BLUE value IS 227 (89.06% from 255) = 51.13%
R=2.70%
G=46.17%
B=51.13%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal122052270.950.1000.11186.1489.9646.86
HexCCDE35FA0Bba5a2f
Octal143153431371201327213257
Binary110011001101111000111011111101001011101110101011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CCDE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,205,227); }

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

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

 a { background-color: rgb(12,205,227); }

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

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

 span { border-color: rgb(12,205,227); }

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