Html Css Color HEX #0BE5D9 Bright Turquoise

📋 copy color: '#0BE5D9'

red 11 ◦ green 229 ◦ blue 217

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

Shades of Bright Turquoise #0BE5D9

Tints of Bright Turquoise #0BE5D9

RGB

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

 GREEN value IS 229 (89.84% from 255) = 50.11%

 BLUE value IS 217 (85.16% from 255) = 47.48%

R = 2.41%
G = 50.11%
B = 47.48%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#0BE5D9 (or 0x0BE5D9) is known color: Bright Turquoise. HEX triplet: 0B, E5 and D9. RGB value is (11,229,217). Sum of RGB (Red+Green+Blue) = 11+229+217=457 (60% of max value = 765). Red value is 11 (4.69% from 255 or 2.41% from 457); Green value is 229 (89.84% from 255 or 50.11% from 457); Blue value is 217 (85.16% from 255 or 47.48% from 457); Max value from RGB is 229 - color contains mainly: green. Hex color #0BE5D9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BE5D9 is #F41A26. Grayscale: #A2A2A2. Windows color (decimal): -15997479 or 14279947. OLE color: 14279947.

HSL color Cylindrical-coordinate representation of color #0BE5D9: hue angle of 176.7º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BE5D9 is Cyan = 0.95, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB 11 229 217 -
CMYK 0.95 0 0.05 0.10
HSL 176.7º 0.91% 0.47% -
HSV(B) 176.7º 0.95% 0.9% -
XYZ 40.68 61.12 75.3 -
YUV 162.45 158.78 19.98 -
System Red Green Blue C M Y K H S L
Decimal 11 229 217 0.95 0 0.05 0.10 176.7 0.91 0.47
Hex B E5 D9 5F 0 5 A B1 5B 2F
Octal 13 345 331 137 0 5 12 261 133 57
Binary 1011 11100101 11011001 1011111 0 101 1010 10110001 1011011 101111

Color Harmonies of #0BE5D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BE5D9

Black with #0BE5D9

Text Example


Text Example

White with #0BE5D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,229,217); }

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

background-color css

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

 a { background-color: rgb(11,229,217); }

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

border-color css

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

 span { border-color: rgb(11,229,217); }

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