Html Css Color HEX #01BFE2 Dark Turquoise

📋 copy color: '#01BFE2'

red 1 ◦ green 191 ◦ blue 226

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

Shades of Dark Turquoise #01BFE2

Tints of Dark Turquoise #01BFE2

RGB

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

 GREEN value IS 191 (75% from 255) = 45.69%

 BLUE value IS 226 (88.67% from 255) = 54.07%

R = 0.24%
G = 45.69%
B = 54.07%

CMYK

 C value IS 1.00

 M value IS 0.15

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#01BFE2 (or 0x01BFE2) is known color: Dark Turquoise. HEX triplet: 01, BF and E2. RGB value is (1,191,226). Sum of RGB (Red+Green+Blue) = 1+191+226=418 (55% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 418); Green value is 191 (75% from 255 or 45.69% from 418); Blue value is 226 (88.67% from 255 or 54.07% from 418); Max value from RGB is 226 - color contains mainly: blue. Hex color #01BFE2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01BFE2 is #FE401D. Grayscale: #898989. Windows color (decimal): -16662558 or 14860033. OLE color: 14860033.

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

Color convert

RGB 1 191 226 -
CMYK 1.00 0.15 0 0.11
HSL 189.33º 0.99% 0.45% -
HSV(B) 189.33º 1% 0.89% -
XYZ 32.37 42.76 78.5 -
YUV 138.18 177.55 30.15 -
System Red Green Blue C M Y K H S L
Decimal 1 191 226 1.00 0.15 0 0.11 189.33 0.99 0.45
Hex 1 BF E2 64 F 0 B BD 63 2D
Octal 1 277 342 144 17 0 13 275 143 55
Binary 1 10111111 11100010 1100100 1111 0 1011 10111101 1100011 101101

Color Harmonies of #01BFE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BFE2

Black with #01BFE2

Text Example


Text Example

White with #01BFE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,191,226); }

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

background-color css

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

 a { background-color: rgb(1,191,226); }

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

border-color css

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

 span { border-color: rgb(1,191,226); }

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