Html Css Color HEX #0CCBD1 Dark Turquoise

📋 copy color: '#0CCBD1'

red 12 ◦ green 203 ◦ blue 209

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

Shades of Dark Turquoise #0CCBD1

Tints of Dark Turquoise #0CCBD1

RGB

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

 GREEN value IS 203 (79.69% from 255) = 47.88%

 BLUE value IS 209 (82.03% from 255) = 49.29%

R = 2.83%
G = 47.88%
B = 49.29%

CMYK

 C value IS 0.94

 M value IS 0.03

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#0CCBD1 (or 0x0CCBD1) is known color: Dark Turquoise. HEX triplet: 0C, CB and D1. RGB value is (12,203,209). Sum of RGB (Red+Green+Blue) = 12+203+209=424 (56% of max value = 765). Red value is 12 (5.08% from 255 or 2.83% from 424); Green value is 203 (79.69% from 255 or 47.88% from 424); Blue value is 209 (82.03% from 255 or 49.29% from 424); Max value from RGB is 209 - color contains mainly: blue. Hex color #0CCBD1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CCBD1 is #F3342E. Grayscale: #929292. Windows color (decimal): -15938607 or 13749004. OLE color: 13749004.

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

Color convert

RGB 12 203 209 -
CMYK 0.94 0.03 0 0.18
HSL 181.83º 0.89% 0.43% -
HSV(B) 181.83º 0.94% 0.82% -
XYZ 33.02 47.39 67.73 -
YUV 146.58 163.22 32.01 -
System Red Green Blue C M Y K H S L
Decimal 12 203 209 0.94 0.03 0 0.18 181.83 0.89 0.43
Hex C CB D1 5E 3 0 12 B6 59 2B
Octal 14 313 321 136 3 0 22 266 131 53
Binary 1100 11001011 11010001 1011110 11 0 10010 10110110 1011001 101011

Color Harmonies of #0CCBD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CCBD1

Black with #0CCBD1

Text Example


Text Example

White with #0CCBD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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