Html Css Color HEX #0BEBED Bright Turquoise

📋 copy color: '#0BEBED'

red 11 ◦ green 235 ◦ blue 237

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

Shades of Bright Turquoise #0BEBED

Tints of Bright Turquoise #0BEBED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 49.07%

R = 2.28%
G = 48.65%
B = 49.07%

CMYK

 C value IS 0.95

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0BEBED (or 0x0BEBED) is known color: Bright Turquoise. HEX triplet: 0B, EB and ED. RGB value is (11,235,237). Sum of RGB (Red+Green+Blue) = 11+235+237=483 (63% of max value = 765). Red value is 11 (4.69% from 255 or 2.28% from 483); Green value is 235 (92.19% from 255 or 48.65% from 483); Blue value is 237 (92.97% from 255 or 49.07% from 483); Max value from RGB is 237 - color contains mainly: blue. Hex color #0BEBED is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0BEBED is #F41412. Grayscale: #A8A8A8. Windows color (decimal): -15995923 or 15592203. OLE color: 15592203.

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

Color convert

RGB 11 235 237 -
CMYK 0.95 0.01 0 0.07
HSL 180.53º 0.91% 0.49% -
HSV(B) 180.53º 0.95% 0.93% -
XYZ 45.13 65.6 90.4 -
YUV 168.25 166.79 15.84 -
System Red Green Blue C M Y K H S L
Decimal 11 235 237 0.95 0.01 0 0.07 180.53 0.91 0.49
Hex B EB ED 5F 1 0 7 B5 5B 31
Octal 13 353 355 137 1 0 7 265 133 61
Binary 1011 11101011 11101101 1011111 1 0 111 10110101 1011011 110001

Color Harmonies of #0BEBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BEBED

Black with #0BEBED

Text Example


Text Example

White with #0BEBED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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