Html Css Color HEX #0BEFE2 Bright Turquoise

📋 copy color: '#0BEFE2'

red 11 ◦ green 239 ◦ blue 226

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

Shades of Bright Turquoise #0BEFE2

Tints of Bright Turquoise #0BEFE2

RGB

 RED value IS 11 (4.69% from 255) = 2.31%

 GREEN value IS 239 (93.75% from 255) = 50.21%

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

R = 2.31%
G = 50.21%
B = 47.48%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#0BEFE2 (or 0x0BEFE2) is known color: Bright Turquoise. HEX triplet: 0B, EF and E2. RGB value is (11,239,226). Sum of RGB (Red+Green+Blue) = 11+239+226=476 (63% of max value = 765). Red value is 11 (4.69% from 255 or 2.31% from 476); Green value is 239 (93.75% from 255 or 50.21% from 476); Blue value is 226 (88.67% from 255 or 47.48% from 476); Max value from RGB is 239 - color contains mainly: green. Hex color #0BEFE2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BEFE2 is #F4101D. Grayscale: #A9A9A9. Windows color (decimal): -15994910 or 14872331. OLE color: 14872331.

HSL color Cylindrical-coordinate representation of color #0BEFE2: hue angle of 176.58º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BEFE2 is Cyan = 0.95, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB 11 239 226 -
CMYK 0.95 0 0.05 0.06
HSL 176.58º 0.91% 0.49% -
HSV(B) 176.58º 0.95% 0.94% -
XYZ 44.73 67.3 82.58 -
YUV 169.35 159.96 15.06 -
System Red Green Blue C M Y K H S L
Decimal 11 239 226 0.95 0 0.05 0.06 176.58 0.91 0.49
Hex B EF E2 5F 0 5 6 B1 5B 31
Octal 13 357 342 137 0 5 6 261 133 61
Binary 1011 11101111 11100010 1011111 0 101 110 10110001 1011011 110001

Color Harmonies of #0BEFE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BEFE2

Black with #0BEFE2

Text Example


Text Example

White with #0BEFE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0BEFE2; }

 p { color: rgb(11,239,226); }

 H1.HeaderClassName
 {
   color: #0BEFE2;
 }
 .AnyTagClassName
 {
   color: #0BEFE2;
 }
</style>

background-color css

<style>
 a { background-color: #0BEFE2; }

 a { background-color: rgb(11,239,226); }

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

border-color css

<style>
 span { border-color: #0BEFE2; }

 span { border-color: rgb(11,239,226); }

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