Html Css Color HEX #0BEDBF Bright Turquoise

📋 copy color: '#0BEDBF'

red 11 ◦ green 237 ◦ blue 191

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

Shades of Bright Turquoise #0BEDBF

Tints of Bright Turquoise #0BEDBF

RGB

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

 GREEN value IS 237 (92.97% from 255) = 53.99%

 BLUE value IS 191 (75% from 255) = 43.51%

R = 2.51%
G = 53.99%
B = 43.51%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#0BEDBF (or 0x0BEDBF) is known color: Bright Turquoise. HEX triplet: 0B, ED and BF. RGB value is (11,237,191). Sum of RGB (Red+Green+Blue) = 11+237+191=439 (58% of max value = 765). Red value is 11 (4.69% from 255 or 2.51% from 439); Green value is 237 (92.97% from 255 or 53.99% from 439); Blue value is 191 (75% from 255 or 43.51% from 439); Max value from RGB is 237 - color contains mainly: green. Hex color #0BEDBF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BEDBF is #F41240. Grayscale: #A4A4A4. Windows color (decimal): -15995457 or 12578059. OLE color: 12578059.

HSL color Cylindrical-coordinate representation of color #0BEDBF: hue angle of 167.79º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BEDBF is Cyan = 0.95, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB 11 237 191 -
CMYK 0.95 0 0.19 0.07
HSL 167.79º 0.91% 0.49% -
HSV(B) 167.79º 0.95% 0.93% -
XYZ 39.83 64.4 59.62 -
YUV 164.18 143.13 18.74 -
System Red Green Blue C M Y K H S L
Decimal 11 237 191 0.95 0 0.19 0.07 167.79 0.91 0.49
Hex B ED BF 5F 0 13 7 A8 5B 31
Octal 13 355 277 137 0 23 7 250 133 61
Binary 1011 11101101 10111111 1011111 0 10011 111 10101000 1011011 110001

Color Harmonies of #0BEDBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BEDBF

Black with #0BEDBF

Text Example


Text Example

White with #0BEDBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,237,191); }

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

background-color css

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

 a { background-color: rgb(11,237,191); }

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

border-color css

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

 span { border-color: rgb(11,237,191); }

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