Html Css Color HEX #01CFDE Dark Turquoise

📋 copy color: '#01CFDE'

red 1 ◦ green 207 ◦ blue 222

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

Shades of Dark Turquoise #01CFDE

Tints of Dark Turquoise #01CFDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 51.63%

R = 0.23%
G = 48.14%
B = 51.63%

CMYK

 C value IS 1.00

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#01CFDE (or 0x01CFDE) is known color: Dark Turquoise. HEX triplet: 01, CF and DE. RGB value is (1,207,222). Sum of RGB (Red+Green+Blue) = 1+207+222=430 (56% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 430); Green value is 207 (81.25% from 255 or 48.14% from 430); Blue value is 222 (87.11% from 255 or 51.63% from 430); Max value from RGB is 222 - color contains mainly: blue. Hex color #01CFDE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01CFDE is #FE3021. Grayscale: #929292. Windows color (decimal): -16658466 or 14601985. OLE color: 14601985.

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

Color convert

RGB 1 207 222 -
CMYK 1.00 0.07 0 0.13
HSL 184.07º 0.99% 0.44% -
HSV(B) 184.07º 1% 0.87% -
XYZ 35.51 49.91 76.87 -
YUV 147.12 170.25 23.78 -
System Red Green Blue C M Y K H S L
Decimal 1 207 222 1.00 0.07 0 0.13 184.07 0.99 0.44
Hex 1 CF DE 64 7 0 D B8 63 2C
Octal 1 317 336 144 7 0 15 270 143 54
Binary 1 11001111 11011110 1100100 111 0 1101 10111000 1100011 101100

Color Harmonies of #01CFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01CFDE

Black with #01CFDE

Text Example


Text Example

White with #01CFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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