Html Css Color HEX #0BE7BE Bright Turquoise

📋 copy color: '#0BE7BE'

red 11 ◦ green 231 ◦ blue 190

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

Shades of Bright Turquoise #0BE7BE

Tints of Bright Turquoise #0BE7BE

RGB

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

 GREEN value IS 231 (90.63% from 255) = 53.47%

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

R = 2.55%
G = 53.47%
B = 43.98%

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

#0BE7BE (or 0x0BE7BE) is known color: Bright Turquoise. HEX triplet: 0B, E7 and BE. RGB value is (11,231,190). Sum of RGB (Red+Green+Blue) = 11+231+190=432 (57% of max value = 765). Red value is 11 (4.69% from 255 or 2.55% from 432); Green value is 231 (90.62% from 255 or 53.47% from 432); Blue value is 190 (74.61% from 255 or 43.98% from 432); Max value from RGB is 231 - color contains mainly: green. Hex color #0BE7BE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BE7BE is #F41841. Grayscale: #A0A0A0. Windows color (decimal): -15996994 or 12510987. OLE color: 12510987.

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

Color convert

RGB 11 231 190 -
CMYK 0.95 0 0.18 0.09
HSL 168.82º 0.91% 0.47% -
HSV(B) 168.82º 0.95% 0.91% -
XYZ 38.01 60.94 58.47 -
YUV 160.55 144.61 21.33 -
System Red Green Blue C M Y K H S L
Decimal 11 231 190 0.95 0 0.18 0.09 168.82 0.91 0.47
Hex B E7 BE 5F 0 12 9 A9 5B 2F
Octal 13 347 276 137 0 22 11 251 133 57
Binary 1011 11100111 10111110 1011111 0 10010 1001 10101001 1011011 101111

Color Harmonies of #0BE7BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BE7BE

Black with #0BE7BE

Text Example


Text Example

White with #0BE7BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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