Html Css Color HEX #01CFD7 Dark Turquoise

📋 copy color: '#01CFD7'

red 1 ◦ green 207 ◦ blue 215

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

Shades of Dark Turquoise #01CFD7

Tints of Dark Turquoise #01CFD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 50.83%

R = 0.24%
G = 48.94%
B = 50.83%

CMYK

 C value IS 1.00

 M value IS 0.04

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#01CFD7 (or 0x01CFD7) is known color: Dark Turquoise. HEX triplet: 01, CF and D7. RGB value is (1,207,215). Sum of RGB (Red+Green+Blue) = 1+207+215=423 (56% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 423); Green value is 207 (81.25% from 255 or 48.94% from 423); Blue value is 215 (84.38% from 255 or 50.83% from 423); Max value from RGB is 215 - color contains mainly: blue. Hex color #01CFD7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01CFD7 is #FE3028. Grayscale: #929292. Windows color (decimal): -16658473 or 14143233. OLE color: 14143233.

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

Color convert

RGB 1 207 215 -
CMYK 1.00 0.04 0 0.16
HSL 182.24º 0.99% 0.42% -
HSV(B) 182.24º 1% 0.84% -
XYZ 34.59 49.54 72.03 -
YUV 146.32 166.75 24.35 -
System Red Green Blue C M Y K H S L
Decimal 1 207 215 1.00 0.04 0 0.16 182.24 0.99 0.42
Hex 1 CF D7 64 4 0 10 B6 63 2A
Octal 1 317 327 144 4 0 20 266 143 52
Binary 1 11001111 11010111 1100100 100 0 10000 10110110 1100011 101010

Color Harmonies of #01CFD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01CFD7

Black with #01CFD7

Text Example


Text Example

White with #01CFD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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