Html Css Color HEX #01D6EE Bright Turquoise

📋 copy color: '#01D6EE'

red 1 ◦ green 214 ◦ blue 238

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

Shades of Bright Turquoise #01D6EE

Tints of Bright Turquoise #01D6EE

RGB

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

 GREEN value IS 214 (83.98% from 255) = 47.24%

 BLUE value IS 238 (93.36% from 255) = 52.54%

R = 0.22%
G = 47.24%
B = 52.54%

CMYK

 C value IS 1.00

 M value IS 0.10

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#01D6EE (or 0x01D6EE) is known color: Bright Turquoise. HEX triplet: 01, D6 and EE. RGB value is (1,214,238). Sum of RGB (Red+Green+Blue) = 1+214+238=453 (60% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 453); Green value is 214 (83.98% from 255 or 47.24% from 453); Blue value is 238 (93.36% from 255 or 52.54% from 453); Max value from RGB is 238 - color contains mainly: blue. Hex color #01D6EE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01D6EE is #FE2911. Grayscale: #989898. Windows color (decimal): -16656658 or 15652353. OLE color: 15652353.

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

Color convert

RGB 1 214 238 -
CMYK 1.00 0.10 0 0.07
HSL 186.08º 0.99% 0.47% -
HSV(B) 186.08º 1% 0.93% -
XYZ 39.49 54.27 89.28 -
YUV 153.05 175.93 19.55 -
System Red Green Blue C M Y K H S L
Decimal 1 214 238 1.00 0.10 0 0.07 186.08 0.99 0.47
Hex 1 D6 EE 64 A 0 7 BA 63 2F
Octal 1 326 356 144 12 0 7 272 143 57
Binary 1 11010110 11101110 1100100 1010 0 111 10111010 1100011 101111

Color Harmonies of #01D6EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01D6EE

Black with #01D6EE

Text Example


Text Example

White with #01D6EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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