Html Css Color HEX #0CCCCF Dark Turquoise

📋 copy color: '#0CCCCF'

red 12 ◦ green 204 ◦ blue 207

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

Shades of Dark Turquoise #0CCCCF

Tints of Dark Turquoise #0CCCCF

RGB

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

 GREEN value IS 204 (80.08% from 255) = 48.23%

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

R = 2.84%
G = 48.23%
B = 48.94%

CMYK

 C value IS 0.94

 M value IS 0.01

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0CCCCF (or 0x0CCCCF) is known color: Dark Turquoise. HEX triplet: 0C, CC and CF. RGB value is (12,204,207). Sum of RGB (Red+Green+Blue) = 12+204+207=423 (56% of max value = 765). Red value is 12 (5.08% from 255 or 2.84% from 423); Green value is 204 (80.08% from 255 or 48.23% from 423); Blue value is 207 (81.25% from 255 or 48.94% from 423); Max value from RGB is 207 - color contains mainly: blue. Hex color #0CCCCF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CCCCF is #F33330. Grayscale: #929292. Windows color (decimal): -15938353 or 13618188. OLE color: 13618188.

HSL color Cylindrical-coordinate representation of color #0CCCCF: hue angle of 180.92º 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 #0CCCCF is Cyan = 0.94, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 12 204 207 -
CMYK 0.94 0.01 0 0.19
HSL 180.92º 0.89% 0.43% -
HSV(B) 180.92º 0.94% 0.81% -
XYZ 33.01 47.77 66.51 -
YUV 146.93 161.89 31.76 -
System Red Green Blue C M Y K H S L
Decimal 12 204 207 0.94 0.01 0 0.19 180.92 0.89 0.43
Hex C CC CF 5E 1 0 13 B5 59 2B
Octal 14 314 317 136 1 0 23 265 131 53
Binary 1100 11001100 11001111 1011110 1 0 10011 10110101 1011001 101011

Color Harmonies of #0CCCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CCCCF

Black with #0CCCCF

Text Example


Text Example

White with #0CCCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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