Html Css Color HEX #01D2E6 Dark Turquoise

📋 copy color: '#01D2E6'

red 1 ◦ green 210 ◦ blue 230

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

Shades of Dark Turquoise #01D2E6

Tints of Dark Turquoise #01D2E6

RGB

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

 GREEN value IS 210 (82.42% from 255) = 47.62%

 BLUE value IS 230 (90.23% from 255) = 52.15%

R = 0.23%
G = 47.62%
B = 52.15%

CMYK

 C value IS 1.00

 M value IS 0.09

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#01D2E6 (or 0x01D2E6) is known color: Dark Turquoise. HEX triplet: 01, D2 and E6. RGB value is (1,210,230). Sum of RGB (Red+Green+Blue) = 1+210+230=441 (58% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 441); Green value is 210 (82.42% from 255 or 47.62% from 441); Blue value is 230 (90.23% from 255 or 52.15% from 441); Max value from RGB is 230 - color contains mainly: blue. Hex color #01D2E6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01D2E6 is #FE2D19. Grayscale: #959595. Windows color (decimal): -16657690 or 15127041. OLE color: 15127041.

HSL color Cylindrical-coordinate representation of color #01D2E6: hue angle of 185.24º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D2E6 is Cyan = 1.00, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 1 210 230 -
CMYK 1.00 0.09 0 0.10
HSL 185.24º 0.99% 0.45% -
HSV(B) 185.24º 1% 0.9% -
XYZ 37.34 51.81 82.9 -
YUV 149.79 173.26 21.87 -
System Red Green Blue C M Y K H S L
Decimal 1 210 230 1.00 0.09 0 0.10 185.24 0.99 0.45
Hex 1 D2 E6 64 9 0 A B9 63 2D
Octal 1 322 346 144 11 0 12 271 143 55
Binary 1 11010010 11100110 1100100 1001 0 1010 10111001 1100011 101101

Color Harmonies of #01D2E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01D2E6

Black with #01D2E6

Text Example


Text Example

White with #01D2E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,210,230); }

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

background-color css

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

 a { background-color: rgb(1,210,230); }

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

border-color css

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

 span { border-color: rgb(1,210,230); }

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