#01D7CD

Color #01D7CD Dark Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Turquoise #01D7CD

Tints of Dark Turquoise #01D7CD

Color information

#01D7CD (or 0x01D7CD) is unknown color: approx Dark Turquoise. HEX triplet: 01, D7 and CD. RGB value is (1,215,205). Sum of RGB (Red+Green+Blue) = 1+215+205=421 (55% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 421); Green value is 215 (84.38% from 255 or 51.07% from 421); Blue value is 205 (80.47% from 255 or 48.69% from 421); Max value from RGB is 215 - color contains mainly: green. Hex color #01D7CD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01D7CD is #FE2832. Grayscale: #959595. Windows color (decimal): -16656435 or 13489921. OLE color: 13489921.

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

Color convert

RGB1215205-
CMYK1.0000.050.16
HSL177.2º99.07%42.35%-
HSV(B)177.2º99.53%84.31%-
XYZ35.3353.0266.13-
YUV149.87159.121.81-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.24%
GREEN value IS 215 (84.38% from 255) = 51.07%
BLUE value IS 205 (80.47% from 255) = 48.69%
R=0.24%
G=51.07%
B=48.69%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal12152051.0000.050.16177.299.0742.35
Hex1D7CD640510b1632a
Octal1327315144052026114352
Binary111010111110011011100100010110000101100011100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01D7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #01D7CD;
 }
 .AnyTagClassName
 {
   color: #01D7CD;
 }
</style>
background-color css

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

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

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

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

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

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