Html Css Color HEX #0CCECF Dark Turquoise

📋 copy color: '#0CCECF'

red 12 ◦ green 206 ◦ blue 207

#0CCECF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Turquoise #0CCECF

Tints of Dark Turquoise #0CCECF

RGB

 RED value IS 12 (5.08% from 255) = 2.82%

 GREEN value IS 206 (80.86% from 255) = 48.47%

 BLUE value IS 207 (81.25% from 255) = 48.71%

R = 2.82%
G = 48.47%
B = 48.71%

CMYK

 C value IS 0.94

 M value IS 0.00

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0CCECF (or 0x0CCECF) is known color: Dark Turquoise. HEX triplet: 0C, CE and CF. RGB value is (12,206,207). Sum of RGB (Red+Green+Blue) = 12+206+207=425 (56% of max value = 765). Red value is 12 (5.08% from 255 or 2.82% from 425); Green value is 206 (80.86% from 255 or 48.47% from 425); Blue value is 207 (81.25% from 255 or 48.71% from 425); Max value from RGB is 207 - color contains mainly: blue. Hex color #0CCECF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CCECF is #F33130. Grayscale: #939393. Windows color (decimal): -15937841 or 13618700. OLE color: 13618700.

HSL color Cylindrical-coordinate representation of color #0CCECF: hue angle of 180.31º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CCECF is Cyan = 0.94, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 12 206 207 -
CMYK 0.94 0.00 0 0.19
HSL 180.31º 0.89% 0.43% -
HSV(B) 180.31º 0.94% 0.81% -
XYZ 33.49 48.73 66.67 -
YUV 148.11 161.23 30.92 -
System Red Green Blue C M Y K H S L
Decimal 12 206 207 0.94 0.00 0 0.19 180.31 0.89 0.43
Hex C CE CF 5E 0 0 13 B4 59 2B
Octal 14 316 317 136 0 0 23 264 131 53
Binary 1100 11001110 11001111 1011110 0 0 10011 10110100 1011001 101011

Color Harmonies of #0CCECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CCECF

Black with #0CCECF

Text Example


Text Example

White with #0CCECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,206,207); }

 H1.HeaderClassName
 {
   color: #0CCECF;
 }
 .AnyTagClassName
 {
   color: #0CCECF;
 }
</style>

background-color css

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

 a { background-color: rgb(12,206,207); }

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

border-color css

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

 span { border-color: rgb(12,206,207); }

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