Html Css Color HEX #0BEBCD Bright Turquoise

📋 copy color: '#0BEBCD'

red 11 ◦ green 235 ◦ blue 205

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

Shades of Bright Turquoise #0BEBCD

Tints of Bright Turquoise #0BEBCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 45.45%

R = 2.44%
G = 52.11%
B = 45.45%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#0BEBCD (or 0x0BEBCD) is known color: Bright Turquoise. HEX triplet: 0B, EB and CD. RGB value is (11,235,205). Sum of RGB (Red+Green+Blue) = 11+235+205=451 (59% of max value = 765). Red value is 11 (4.69% from 255 or 2.44% from 451); Green value is 235 (92.19% from 255 or 52.11% from 451); Blue value is 205 (80.47% from 255 or 45.45% from 451); Max value from RGB is 235 - color contains mainly: green. Hex color #0BEBCD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BEBCD is #F41432. Grayscale: #A4A4A4. Windows color (decimal): -15995955 or 13495051. OLE color: 13495051.

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

Color convert

RGB 11 235 205 -
CMYK 0.95 0 0.13 0.08
HSL 171.96º 0.91% 0.48% -
HSV(B) 171.96º 0.95% 0.92% -
XYZ 40.87 63.9 67.94 -
YUV 164.6 150.79 18.44 -
System Red Green Blue C M Y K H S L
Decimal 11 235 205 0.95 0 0.13 0.08 171.96 0.91 0.48
Hex B EB CD 5F 0 D 8 AC 5B 30
Octal 13 353 315 137 0 15 10 254 133 60
Binary 1011 11101011 11001101 1011111 0 1101 1000 10101100 1011011 110000

Color Harmonies of #0BEBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BEBCD

Black with #0BEBCD

Text Example


Text Example

White with #0BEBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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