#0BEAD1

Color #0BEAD1 Bright Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Turquoise #0BEAD1

Tints of Bright Turquoise #0BEAD1

Color information

#0BEAD1 (or 0x0BEAD1) is unknown color: approx Bright Turquoise. HEX triplet: 0B, EA and D1. RGB value is (11,234,209). Sum of RGB (Red+Green+Blue) = 11+234+209=454 (60% of max value = 765). Red value is 11 (4.69% from 255 or 2.42% from 454); Green value is 234 (91.80% from 255 or 51.54% from 454); Blue value is 209 (82.03% from 255 or 46.04% from 454); Max value from RGB is 234 - color contains mainly: green. Hex color #0BEAD1 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BEAD1 is #F4152E. Grayscale: #A4A4A4. Windows color (decimal): -15996207 or 13756939. OLE color: 13756939.

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

Color convert

RGB11234209-
CMYK0.9500.110.08
HSL173.27º91.02%48.04%-
HSV(B)173.27º95.3%91.76%-
XYZ41.0763.5270.42-
YUV164.47153.1218.53-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 2.42%
GREEN value IS 234 (91.80% from 255) = 51.54%
BLUE value IS 209 (82.03% from 255) = 46.04%
R=2.42%
G=51.54%
B=46.04%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal112342090.9500.110.08173.2791.0248.04
HexBEAD15F0B8ad5b30
Octal133523211370131025513360
Binary101111101010110100011011111010111000101011011011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BEAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,234,209); }

 H1.HeaderClassName
 {
   color: #0BEAD1;
 }
 .AnyTagClassName
 {
   color: #0BEAD1;
 }
</style>
background-color css

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

 a { background-color: rgb(11,234,209); }

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

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

 span { border-color: rgb(11,234,209); }

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