Html Css Color HEX #0CCCDD Dark Turquoise

📋 copy color: '#0CCCDD'

red 12 ◦ green 204 ◦ blue 221

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

Shades of Dark Turquoise #0CCCDD

Tints of Dark Turquoise #0CCCDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 50.57%

R = 2.75%
G = 46.68%
B = 50.57%

CMYK

 C value IS 0.95

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0CCCDD (or 0x0CCCDD) is known color: Dark Turquoise. HEX triplet: 0C, CC and DD. RGB value is (12,204,221). Sum of RGB (Red+Green+Blue) = 12+204+221=437 (57% of max value = 765). Red value is 12 (5.08% from 255 or 2.75% from 437); Green value is 204 (80.08% from 255 or 46.68% from 437); Blue value is 221 (86.72% from 255 or 50.57% from 437); Max value from RGB is 221 - color contains mainly: blue. Hex color #0CCCDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CCCDD is #F33322. Grayscale: #949494. Windows color (decimal): -15938339 or 14535692. OLE color: 14535692.

HSL color Cylindrical-coordinate representation of color #0CCCDD: hue angle of 184.88º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CCCDD is Cyan = 0.95, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 12 204 221 -
CMYK 0.95 0.08 0 0.13
HSL 184.88º 0.9% 0.46% -
HSV(B) 184.88º 0.95% 0.87% -
XYZ 34.8 48.48 75.93 -
YUV 148.53 168.89 30.62 -
System Red Green Blue C M Y K H S L
Decimal 12 204 221 0.95 0.08 0 0.13 184.88 0.9 0.46
Hex C CC DD 5F 8 0 D B9 5A 2E
Octal 14 314 335 137 10 0 15 271 132 56
Binary 1100 11001100 11011101 1011111 1000 0 1101 10111001 1011010 101110

Color Harmonies of #0CCCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CCCDD

Black with #0CCCDD

Text Example


Text Example

White with #0CCCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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