Html Css Color HEX #0BE6BE Bright Turquoise

📋 copy color: '#0BE6BE'

red 11 ◦ green 230 ◦ blue 190

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

Shades of Bright Turquoise #0BE6BE

Tints of Bright Turquoise #0BE6BE

RGB

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

 GREEN value IS 230 (90.23% from 255) = 53.36%

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

R = 2.55%
G = 53.36%
B = 44.08%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#0BE6BE (or 0x0BE6BE) is known color: Bright Turquoise. HEX triplet: 0B, E6 and BE. RGB value is (11,230,190). Sum of RGB (Red+Green+Blue) = 11+230+190=431 (57% of max value = 765). Red value is 11 (4.69% from 255 or 2.55% from 431); Green value is 230 (90.23% from 255 or 53.36% from 431); Blue value is 190 (74.61% from 255 or 44.08% from 431); Max value from RGB is 230 - color contains mainly: green. Hex color #0BE6BE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BE6BE is #F41941. Grayscale: #9F9F9F. Windows color (decimal): -15997250 or 12510731. OLE color: 12510731.

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

Color convert

RGB 11 230 190 -
CMYK 0.95 0 0.17 0.10
HSL 169.04º 0.91% 0.47% -
HSV(B) 169.04º 0.95% 0.9% -
XYZ 37.73 60.38 58.38 -
YUV 159.96 144.95 21.75 -
System Red Green Blue C M Y K H S L
Decimal 11 230 190 0.95 0 0.17 0.10 169.04 0.91 0.47
Hex B E6 BE 5F 0 11 A A9 5B 2F
Octal 13 346 276 137 0 21 12 251 133 57
Binary 1011 11100110 10111110 1011111 0 10001 1010 10101001 1011011 101111

Color Harmonies of #0BE6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BE6BE

Black with #0BE6BE

Text Example


Text Example

White with #0BE6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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