Html Css Color HEX #0BEBCB Bright Turquoise

📋 copy color: '#0BEBCB'

red 11 ◦ green 235 ◦ blue 203

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

Shades of Bright Turquoise #0BEBCB

Tints of Bright Turquoise #0BEBCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.21%

R = 2.45%
G = 52.34%
B = 45.21%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#0BEBCB (or 0x0BEBCB) is known color: Bright Turquoise. HEX triplet: 0B, EB and CB. RGB value is (11,235,203). Sum of RGB (Red+Green+Blue) = 11+235+203=449 (59% of max value = 765). Red value is 11 (4.69% from 255 or 2.45% from 449); Green value is 235 (92.19% from 255 or 52.34% from 449); Blue value is 203 (79.69% from 255 or 45.21% from 449); Max value from RGB is 235 - color contains mainly: green. Hex color #0BEBCB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BEBCB is #F41434. Grayscale: #A4A4A4. Windows color (decimal): -15995957 or 13363979. OLE color: 13363979.

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

Color convert

RGB 11 235 203 -
CMYK 0.95 0 0.14 0.08
HSL 171.43º 0.91% 0.48% -
HSV(B) 171.43º 0.95% 0.92% -
XYZ 40.63 63.8 66.67 -
YUV 164.38 149.79 18.6 -
System Red Green Blue C M Y K H S L
Decimal 11 235 203 0.95 0 0.14 0.08 171.43 0.91 0.48
Hex B EB CB 5F 0 E 8 AB 5B 30
Octal 13 353 313 137 0 16 10 253 133 60
Binary 1011 11101011 11001011 1011111 0 1110 1000 10101011 1011011 110000

Color Harmonies of #0BEBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BEBCB

Black with #0BEBCB

Text Example


Text Example

White with #0BEBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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