Html Css Color HEX #01CED6 Dark Turquoise

📋 copy color: '#01CED6'

red 1 ◦ green 206 ◦ blue 214

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

Shades of Dark Turquoise #01CED6

Tints of Dark Turquoise #01CED6

RGB

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

 GREEN value IS 206 (80.86% from 255) = 48.93%

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

R = 0.24%
G = 48.93%
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

#01CED6 (or 0x01CED6) is known color: Dark Turquoise. HEX triplet: 01, CE and D6. RGB value is (1,206,214). Sum of RGB (Red+Green+Blue) = 1+206+214=421 (55% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 421); Green value is 206 (80.86% from 255 or 48.93% from 421); Blue value is 214 (83.98% from 255 or 50.83% from 421); Max value from RGB is 214 - color contains mainly: blue. Hex color #01CED6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01CED6 is #FE3129. Grayscale: #919191. Windows color (decimal): -16658730 or 14077441. OLE color: 14077441.

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

Color convert

RGB 1 206 214 -
CMYK 1.00 0.04 0 0.16
HSL 182.25º 0.99% 0.42% -
HSV(B) 182.25º 1% 0.84% -
XYZ 34.22 49 71.27 -
YUV 145.62 166.58 24.85 -
System Red Green Blue C M Y K H S L
Decimal 1 206 214 1.00 0.04 0 0.16 182.25 0.99 0.42
Hex 1 CE D6 64 4 0 10 B6 63 2A
Octal 1 316 326 144 4 0 20 266 143 52
Binary 1 11001110 11010110 1100100 100 0 10000 10110110 1100011 101010

Color Harmonies of #01CED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01CED6

Black with #01CED6

Text Example


Text Example

White with #01CED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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