Html Css Color HEX #0BECBB Bright Turquoise

📋 copy color: '#0BECBB'

red 11 ◦ green 236 ◦ blue 187

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

Shades of Bright Turquoise #0BECBB

Tints of Bright Turquoise #0BECBB

RGB

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

 GREEN value IS 236 (92.58% from 255) = 54.38%

 BLUE value IS 187 (73.44% from 255) = 43.09%

R = 2.53%
G = 54.38%
B = 43.09%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#0BECBB (or 0x0BECBB) is known color: Bright Turquoise. HEX triplet: 0B, EC and BB. RGB value is (11,236,187). Sum of RGB (Red+Green+Blue) = 11+236+187=434 (57% of max value = 765). Red value is 11 (4.69% from 255 or 2.53% from 434); Green value is 236 (92.58% from 255 or 54.38% from 434); Blue value is 187 (73.44% from 255 or 43.09% from 434); Max value from RGB is 236 - color contains mainly: green. Hex color #0BECBB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BECBB is #F41344. Grayscale: #A3A3A3. Windows color (decimal): -15995717 or 12315659. OLE color: 12315659.

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

Color convert

RGB 11 236 187 -
CMYK 0.95 0 0.21 0.07
HSL 166.93º 0.91% 0.48% -
HSV(B) 166.93º 0.95% 0.93% -
XYZ 39.1 63.65 57.24 -
YUV 163.14 141.46 19.48 -
System Red Green Blue C M Y K H S L
Decimal 11 236 187 0.95 0 0.21 0.07 166.93 0.91 0.48
Hex B EC BB 5F 0 15 7 A7 5B 30
Octal 13 354 273 137 0 25 7 247 133 60
Binary 1011 11101100 10111011 1011111 0 10101 111 10100111 1011011 110000

Color Harmonies of #0BECBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BECBB

Black with #0BECBB

Text Example


Text Example

White with #0BECBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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