Html Css Color HEX #01CBDB Dark Turquoise

📋 copy color: '#01CBDB'

red 1 ◦ green 203 ◦ blue 219

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

Shades of Dark Turquoise #01CBDB

Tints of Dark Turquoise #01CBDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 51.77%

R = 0.24%
G = 47.99%
B = 51.77%

CMYK

 C value IS 1.00

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#01CBDB (or 0x01CBDB) is known color: Dark Turquoise. HEX triplet: 01, CB and DB. RGB value is (1,203,219). Sum of RGB (Red+Green+Blue) = 1+203+219=423 (56% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 423); Green value is 203 (79.69% from 255 or 47.99% from 423); Blue value is 219 (85.94% from 255 or 51.77% from 423); Max value from RGB is 219 - color contains mainly: blue. Hex color #01CBDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01CBDB is #FE3424. Grayscale: #909090. Windows color (decimal): -16659493 or 14404353. OLE color: 14404353.

HSL color Cylindrical-coordinate representation of color #01CBDB: hue angle of 184.4º 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 #01CBDB is Cyan = 1.00, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 1 203 219 -
CMYK 1.00 0.07 0 0.14
HSL 184.4º 0.99% 0.43% -
HSV(B) 184.4º 1% 0.86% -
XYZ 34.15 47.83 74.45 -
YUV 144.43 170.08 25.7 -
System Red Green Blue C M Y K H S L
Decimal 1 203 219 1.00 0.07 0 0.14 184.4 0.99 0.43
Hex 1 CB DB 64 7 0 E B8 63 2B
Octal 1 313 333 144 7 0 16 270 143 53
Binary 1 11001011 11011011 1100100 111 0 1110 10111000 1100011 101011

Color Harmonies of #01CBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01CBDB

Black with #01CBDB

Text Example


Text Example

White with #01CBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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