Html Css Color HEX #0BEBEC Bright Turquoise

📋 copy color: '#0BEBEC'

red 11 ◦ green 235 ◦ blue 236

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

Shades of Bright Turquoise #0BEBEC

Tints of Bright Turquoise #0BEBEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 48.96%

R = 2.28%
G = 48.76%
B = 48.96%

CMYK

 C value IS 0.95

 M value IS 0.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0BEBEC (or 0x0BEBEC) is known color: Bright Turquoise. HEX triplet: 0B, EB and EC. RGB value is (11,235,236). Sum of RGB (Red+Green+Blue) = 11+235+236=482 (63% of max value = 765). Red value is 11 (4.69% from 255 or 2.28% from 482); Green value is 235 (92.19% from 255 or 48.76% from 482); Blue value is 236 (92.58% from 255 or 48.96% from 482); Max value from RGB is 236 - color contains mainly: blue. Hex color #0BEBEC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0BEBEC is #F41413. Grayscale: #A7A7A7. Windows color (decimal): -15995924 or 15526667. OLE color: 15526667.

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

Color convert

RGB 11 235 236 -
CMYK 0.95 0.00 0 0.07
HSL 180.27º 0.91% 0.48% -
HSV(B) 180.27º 0.95% 0.93% -
XYZ 44.99 65.54 89.64 -
YUV 168.14 166.29 15.92 -
System Red Green Blue C M Y K H S L
Decimal 11 235 236 0.95 0.00 0 0.07 180.27 0.91 0.48
Hex B EB EC 5F 0 0 7 B4 5B 30
Octal 13 353 354 137 0 0 7 264 133 60
Binary 1011 11101011 11101100 1011111 0 0 111 10110100 1011011 110000

Color Harmonies of #0BEBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BEBEC

Black with #0BEBEC

Text Example


Text Example

White with #0BEBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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