Html Css Color HEX #0BE8BE Bright Turquoise

📋 copy color: '#0BE8BE'

red 11 ◦ green 232 ◦ blue 190

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

Shades of Bright Turquoise #0BE8BE

Tints of Bright Turquoise #0BE8BE

RGB

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

 GREEN value IS 232 (91.02% from 255) = 53.58%

 BLUE value IS 190 (74.61% from 255) = 43.88%

R = 2.54%
G = 53.58%
B = 43.88%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#0BE8BE (or 0x0BE8BE) is known color: Bright Turquoise. HEX triplet: 0B, E8 and BE. RGB value is (11,232,190). Sum of RGB (Red+Green+Blue) = 11+232+190=433 (57% of max value = 765). Red value is 11 (4.69% from 255 or 2.54% from 433); Green value is 232 (91.02% from 255 or 53.58% from 433); Blue value is 190 (74.61% from 255 or 43.88% from 433); Max value from RGB is 232 - color contains mainly: green. Hex color #0BE8BE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BE8BE is #F41741. Grayscale: #A1A1A1. Windows color (decimal): -15996738 or 12511243. OLE color: 12511243.

HSL color Cylindrical-coordinate representation of color #0BE8BE: hue angle of 168.6º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BE8BE is Cyan = 0.95, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB 11 232 190 -
CMYK 0.95 0 0.18 0.09
HSL 168.6º 0.91% 0.48% -
HSV(B) 168.6º 0.95% 0.91% -
XYZ 38.29 61.5 58.57 -
YUV 161.13 144.28 20.92 -
System Red Green Blue C M Y K H S L
Decimal 11 232 190 0.95 0 0.18 0.09 168.6 0.91 0.48
Hex B E8 BE 5F 0 12 9 A9 5B 30
Octal 13 350 276 137 0 22 11 251 133 60
Binary 1011 11101000 10111110 1011111 0 10010 1001 10101001 1011011 110000

Color Harmonies of #0BE8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BE8BE

Black with #0BE8BE

Text Example


Text Example

White with #0BE8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,232,190); }

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

background-color css

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

 a { background-color: rgb(11,232,190); }

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

border-color css

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

 span { border-color: rgb(11,232,190); }

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