Html Css Color HEX #0BEBBE Bright Turquoise

📋 copy color: '#0BEBBE'

red 11 ◦ green 235 ◦ blue 190

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

Shades of Bright Turquoise #0BEBBE

Tints of Bright Turquoise #0BEBBE

RGB

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

 GREEN value IS 235 (92.19% from 255) = 53.9%

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

R = 2.52%
G = 53.9%
B = 43.58%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.19

 K value IS 0.08

RGB Variations

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

Color information

#0BEBBE (or 0x0BEBBE) is known color: Bright Turquoise. HEX triplet: 0B, EB and BE. RGB value is (11,235,190). Sum of RGB (Red+Green+Blue) = 11+235+190=436 (57% of max value = 765). Red value is 11 (4.69% from 255 or 2.52% from 436); Green value is 235 (92.19% from 255 or 53.90% from 436); Blue value is 190 (74.61% from 255 or 43.58% from 436); Max value from RGB is 235 - color contains mainly: green. Hex color #0BEBBE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BEBBE is #F41441. Grayscale: #A2A2A2. Windows color (decimal): -15995970 or 12512011. OLE color: 12512011.

HSL color Cylindrical-coordinate representation of color #0BEBBE: hue angle of 167.95º 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 #0BEBBE is Cyan = 0.95, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.

Color convert

RGB 11 235 190 -
CMYK 0.95 0 0.19 0.08
HSL 167.95º 0.91% 0.48% -
HSV(B) 167.95º 0.95% 0.92% -
XYZ 39.14 63.21 58.85 -
YUV 162.89 143.29 19.66 -
System Red Green Blue C M Y K H S L
Decimal 11 235 190 0.95 0 0.19 0.08 167.95 0.91 0.48
Hex B EB BE 5F 0 13 8 A8 5B 30
Octal 13 353 276 137 0 23 10 250 133 60
Binary 1011 11101011 10111110 1011111 0 10011 1000 10101000 1011011 110000

Color Harmonies of #0BEBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BEBBE

Black with #0BEBBE

Text Example


Text Example

White with #0BEBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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