Html Css Color HEX #01CFD6 Dark Turquoise

📋 copy color: '#01CFD6'

red 1 ◦ green 207 ◦ blue 214

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

Shades of Dark Turquoise #01CFD6

Tints of Dark Turquoise #01CFD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 50.71%

R = 0.24%
G = 49.05%
B = 50.71%

CMYK

 C value IS 1.00

 M value IS 0.03

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#01CFD6 (or 0x01CFD6) is known color: Dark Turquoise. HEX triplet: 01, CF and D6. RGB value is (1,207,214). Sum of RGB (Red+Green+Blue) = 1+207+214=422 (55% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 422); Green value is 207 (81.25% from 255 or 49.05% from 422); Blue value is 214 (83.98% from 255 or 50.71% from 422); Max value from RGB is 214 - color contains mainly: blue. Hex color #01CFD6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01CFD6 is #FE3029. Grayscale: #919191. Windows color (decimal): -16658474 or 14077697. OLE color: 14077697.

HSL color Cylindrical-coordinate representation of color #01CFD6: hue angle of 181.97º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01CFD6 is Cyan = 1.00, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 1 207 214 -
CMYK 1.00 0.03 0 0.16
HSL 181.97º 0.99% 0.42% -
HSV(B) 181.97º 1% 0.84% -
XYZ 34.46 49.49 71.35 -
YUV 146.2 166.25 24.43 -
System Red Green Blue C M Y K H S L
Decimal 1 207 214 1.00 0.03 0 0.16 181.97 0.99 0.42
Hex 1 CF D6 64 3 0 10 B6 63 2A
Octal 1 317 326 144 3 0 20 266 143 52
Binary 1 11001111 11010110 1100100 11 0 10000 10110110 1100011 101010

Color Harmonies of #01CFD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01CFD6

Black with #01CFD6

Text Example


Text Example

White with #01CFD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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