Html Css Color HEX #01CBDC Dark Turquoise

📋 copy color: '#01CBDC'

red 1 ◦ green 203 ◦ blue 220

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

Shades of Dark Turquoise #01CBDC

Tints of Dark Turquoise #01CBDC

RGB

 RED value IS 1 (0.78% from 255) = 0.24%

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

 BLUE value IS 220 (86.33% from 255) = 51.89%

R = 0.24%
G = 47.88%
B = 51.89%

CMYK

 C value IS 1.00

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#01CBDC (or 0x01CBDC) is known color: Dark Turquoise. HEX triplet: 01, CB and DC. RGB value is (1,203,220). Sum of RGB (Red+Green+Blue) = 1+203+220=424 (56% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 424); Green value is 203 (79.69% from 255 or 47.88% from 424); Blue value is 220 (86.33% from 255 or 51.89% from 424); Max value from RGB is 220 - color contains mainly: blue. Hex color #01CBDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01CBDC is #FE3423. Grayscale: #909090. Windows color (decimal): -16659492 or 14469889. OLE color: 14469889.

HSL color Cylindrical-coordinate representation of color #01CBDC: hue angle of 184.66º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01CBDC is Cyan = 1.00, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 1 203 220 -
CMYK 1.00 0.08 0 0.14
HSL 184.66º 0.99% 0.43% -
HSV(B) 184.66º 1% 0.86% -
XYZ 34.29 47.89 75.15 -
YUV 144.54 170.58 25.62 -
System Red Green Blue C M Y K H S L
Decimal 1 203 220 1.00 0.08 0 0.14 184.66 0.99 0.43
Hex 1 CB DC 64 8 0 E B9 63 2B
Octal 1 313 334 144 10 0 16 271 143 53
Binary 1 11001011 11011100 1100100 1000 0 1110 10111001 1100011 101011

Color Harmonies of #01CBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01CBDC

Black with #01CBDC

Text Example


Text Example

White with #01CBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01CBDC; }

 p { color: rgb(1,203,220); }

 H1.HeaderClassName
 {
   color: #01CBDC;
 }
 .AnyTagClassName
 {
   color: #01CBDC;
 }
</style>

background-color css

<style>
 a { background-color: #01CBDC; }

 a { background-color: rgb(1,203,220); }

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

border-color css

<style>
 span { border-color: #01CBDC; }

 span { border-color: rgb(1,203,220); }

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