Html Css Color HEX #01CFDD Dark Turquoise

📋 copy color: '#01CFDD'

red 1 ◦ green 207 ◦ blue 221

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

Shades of Dark Turquoise #01CFDD

Tints of Dark Turquoise #01CFDD

RGB

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

 GREEN value IS 207 (81.25% from 255) = 48.25%

 BLUE value IS 221 (86.72% from 255) = 51.52%

R = 0.23%
G = 48.25%
B = 51.52%

CMYK

 C value IS 1.00

 M value IS 0.06

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#01CFDD (or 0x01CFDD) is known color: Dark Turquoise. HEX triplet: 01, CF and DD. RGB value is (1,207,221). Sum of RGB (Red+Green+Blue) = 1+207+221=429 (56% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 429); Green value is 207 (81.25% from 255 or 48.25% from 429); Blue value is 221 (86.72% from 255 or 51.52% from 429); Max value from RGB is 221 - color contains mainly: blue. Hex color #01CFDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01CFDD is #FE3022. Grayscale: #929292. Windows color (decimal): -16658467 or 14536449. OLE color: 14536449.

HSL color Cylindrical-coordinate representation of color #01CFDD: hue angle of 183.82º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01CFDD is Cyan = 1.00, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 1 207 221 -
CMYK 1.00 0.06 0 0.13
HSL 183.82º 0.99% 0.44% -
HSV(B) 183.82º 1% 0.87% -
XYZ 35.38 49.85 76.16 -
YUV 147 169.75 23.86 -
System Red Green Blue C M Y K H S L
Decimal 1 207 221 1.00 0.06 0 0.13 183.82 0.99 0.44
Hex 1 CF DD 64 6 0 D B8 63 2C
Octal 1 317 335 144 6 0 15 270 143 54
Binary 1 11001111 11011101 1100100 110 0 1101 10111000 1100011 101100

Color Harmonies of #01CFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01CFDD

Black with #01CFDD

Text Example


Text Example

White with #01CFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,207,221); }

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

background-color css

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

 a { background-color: rgb(1,207,221); }

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

border-color css

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

 span { border-color: rgb(1,207,221); }

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