Html Css Color HEX #00BFE0 Dark Turquoise

📋 copy color: '#00BFE0'

red 0 ◦ green 191 ◦ blue 224

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

Shades of Dark Turquoise #00BFE0

Tints of Dark Turquoise #00BFE0

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 224 (87.89% from 255) = 53.98%

R = 0%
G = 46.02%
B = 53.98%

CMYK

 C value IS 1

 M value IS 0.15

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#00BFE0 (or 0x00BFE0) is known color: Dark Turquoise. HEX triplet: 00, BF and E0. RGB value is (0,191,224). Sum of RGB (Red+Green+Blue) = 0+191+224=415 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 415); Green value is 191 (75% from 255 or 46.02% from 415); Blue value is 224 (87.89% from 255 or 53.98% from 415); Max value from RGB is 224 - color contains mainly: blue. Hex color #00BFE0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00BFE0 is #FF401F. Grayscale: #898989. Windows color (decimal): -16728096 or 14728960. OLE color: 14728960.

HSL color Cylindrical-coordinate representation of color #00BFE0: hue angle of 188.84º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BFE0 is Cyan = 1, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 0 191 224 -
CMYK 1 0.15 0 0.12
HSL 188.84º 1% 0.44% -
HSV(B) 188.84º 1% 0.88% -
XYZ 32.09 42.64 77.06 -
YUV 137.65 176.72 29.82 -
System Red Green Blue C M Y K H S L
Decimal 0 191 224 1 0.15 0 0.12 188.84 1 0.44
Hex 0 BF E0 64 F 0 C BD 64 2C
Octal 0 277 340 144 17 0 14 275 144 54
Binary 0 10111111 11100000 1100100 1111 0 1100 10111101 1100100 101100

Color Harmonies of #00BFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00BFE0

Black with #00BFE0

Text Example


Text Example

White with #00BFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00BFE0; }

 p { color: rgb(0,191,224); }

 H1.HeaderClassName
 {
   color: #00BFE0;
 }
 .AnyTagClassName
 {
   color: #00BFE0;
 }
</style>

background-color css

<style>
 a { background-color: #00BFE0; }

 a { background-color: rgb(0,191,224); }

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

border-color css

<style>
 span { border-color: #00BFE0; }

 span { border-color: rgb(0,191,224); }

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