Html Css Color HEX #0BEABA Bright Turquoise

📋 copy color: '#0BEABA'

red 11 ◦ green 234 ◦ blue 186

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

Shades of Bright Turquoise #0BEABA

Tints of Bright Turquoise #0BEABA

RGB

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

 GREEN value IS 234 (91.8% from 255) = 54.29%

 BLUE value IS 186 (73.05% from 255) = 43.16%

R = 2.55%
G = 54.29%
B = 43.16%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#0BEABA (or 0x0BEABA) is known color: Bright Turquoise. HEX triplet: 0B, EA and BA. RGB value is (11,234,186). Sum of RGB (Red+Green+Blue) = 11+234+186=431 (57% of max value = 765). Red value is 11 (4.69% from 255 or 2.55% from 431); Green value is 234 (91.80% from 255 or 54.29% from 431); Blue value is 186 (73.05% from 255 or 43.16% from 431); Max value from RGB is 234 - color contains mainly: green. Hex color #0BEABA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BEABA is #F41545. Grayscale: #A1A1A1. Windows color (decimal): -15996230 or 12249611. OLE color: 12249611.

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

Color convert

RGB 11 234 186 -
CMYK 0.95 0 0.21 0.08
HSL 167.09º 0.91% 0.48% -
HSV(B) 167.09º 0.95% 0.92% -
XYZ 38.42 62.46 56.49 -
YUV 161.85 141.62 20.4 -
System Red Green Blue C M Y K H S L
Decimal 11 234 186 0.95 0 0.21 0.08 167.09 0.91 0.48
Hex B EA BA 5F 0 15 8 A7 5B 30
Octal 13 352 272 137 0 25 10 247 133 60
Binary 1011 11101010 10111010 1011111 0 10101 1000 10100111 1011011 110000

Color Harmonies of #0BEABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BEABA

Black with #0BEABA

Text Example


Text Example

White with #0BEABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,234,186); }

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

background-color css

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

 a { background-color: rgb(11,234,186); }

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

border-color css

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

 span { border-color: rgb(11,234,186); }

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