Html Css Color HEX #01CBDA Dark Turquoise

📋 copy color: '#01CBDA'

red 1 ◦ green 203 ◦ blue 218

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

Shades of Dark Turquoise #01CBDA

Tints of Dark Turquoise #01CBDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 51.66%

R = 0.24%
G = 48.1%
B = 51.66%

CMYK

 C value IS 1.00

 M value IS 0.07

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#01CBDA (or 0x01CBDA) is known color: Dark Turquoise. HEX triplet: 01, CB and DA. RGB value is (1,203,218). Sum of RGB (Red+Green+Blue) = 1+203+218=422 (55% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 422); Green value is 203 (79.69% from 255 or 48.10% from 422); Blue value is 218 (85.55% from 255 or 51.66% from 422); Max value from RGB is 218 - color contains mainly: blue. Hex color #01CBDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01CBDA is #FE3425. Grayscale: #909090. Windows color (decimal): -16659494 or 14338817. OLE color: 14338817.

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

Color convert

RGB 1 203 218 -
CMYK 1.00 0.07 0 0.15
HSL 184.15º 0.99% 0.43% -
HSV(B) 184.15º 1% 0.85% -
XYZ 34.02 47.78 73.76 -
YUV 144.31 169.58 25.78 -
System Red Green Blue C M Y K H S L
Decimal 1 203 218 1.00 0.07 0 0.15 184.15 0.99 0.43
Hex 1 CB DA 64 7 0 F B8 63 2B
Octal 1 313 332 144 7 0 17 270 143 53
Binary 1 11001011 11011010 1100100 111 0 1111 10111000 1100011 101011

Color Harmonies of #01CBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01CBDA

Black with #01CBDA

Text Example


Text Example

White with #01CBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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