Html Css Color HEX #0CDDCB Dark Turquoise

📋 copy color: '#0CDDCB'

red 12 ◦ green 221 ◦ blue 203

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

Shades of Dark Turquoise #0CDDCB

Tints of Dark Turquoise #0CDDCB

RGB

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

 GREEN value IS 221 (86.72% from 255) = 50.69%

 BLUE value IS 203 (79.69% from 255) = 46.56%

R = 2.75%
G = 50.69%
B = 46.56%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#0CDDCB (or 0x0CDDCB) is known color: Dark Turquoise. HEX triplet: 0C, DD and CB. RGB value is (12,221,203). Sum of RGB (Red+Green+Blue) = 12+221+203=436 (57% of max value = 765). Red value is 12 (5.08% from 255 or 2.75% from 436); Green value is 221 (86.72% from 255 or 50.69% from 436); Blue value is 203 (79.69% from 255 or 46.56% from 436); Max value from RGB is 221 - color contains mainly: green. Hex color #0CDDCB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CDDCB is #F32234. Grayscale: #9C9C9C. Windows color (decimal): -15934005 or 13360396. OLE color: 13360396.

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

Color convert

RGB 12 221 203 -
CMYK 0.95 0 0.08 0.13
HSL 174.83º 0.9% 0.46% -
HSV(B) 174.83º 0.95% 0.87% -
XYZ 36.79 56.1 65.39 -
YUV 156.46 154.26 24.96 -
System Red Green Blue C M Y K H S L
Decimal 12 221 203 0.95 0 0.08 0.13 174.83 0.9 0.46
Hex C DD CB 5F 0 8 D AF 5A 2E
Octal 14 335 313 137 0 10 15 257 132 56
Binary 1100 11011101 11001011 1011111 0 1000 1101 10101111 1011010 101110

Color Harmonies of #0CDDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CDDCB

Black with #0CDDCB

Text Example


Text Example

White with #0CDDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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