Html Css Color HEX #0BE2D5 Bright Turquoise

📋 copy color: '#0BE2D5'

red 11 ◦ green 226 ◦ blue 213

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

Shades of Bright Turquoise #0BE2D5

Tints of Bright Turquoise #0BE2D5

RGB

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

 GREEN value IS 226 (88.67% from 255) = 50.22%

 BLUE value IS 213 (83.59% from 255) = 47.33%

R = 2.44%
G = 50.22%
B = 47.33%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.06

 K value IS 0.11

RGB Variations

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

Color information

#0BE2D5 (or 0x0BE2D5) is known color: Bright Turquoise. HEX triplet: 0B, E2 and D5. RGB value is (11,226,213). Sum of RGB (Red+Green+Blue) = 11+226+213=450 (59% of max value = 765). Red value is 11 (4.69% from 255 or 2.44% from 450); Green value is 226 (88.67% from 255 or 50.22% from 450); Blue value is 213 (83.59% from 255 or 47.33% from 450); Max value from RGB is 226 - color contains mainly: green. Hex color #0BE2D5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BE2D5 is #F41D2A. Grayscale: #A0A0A0. Windows color (decimal): -15998251 or 14017035. OLE color: 14017035.

HSL color Cylindrical-coordinate representation of color #0BE2D5: hue angle of 176.37º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BE2D5 is Cyan = 0.95, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.11.

Color convert

RGB 11 226 213 -
CMYK 0.95 0 0.06 0.11
HSL 176.37º 0.91% 0.46% -
HSV(B) 176.37º 0.95% 0.89% -
XYZ 39.34 59.27 72.32 -
YUV 160.23 157.77 21.56 -
System Red Green Blue C M Y K H S L
Decimal 11 226 213 0.95 0 0.06 0.11 176.37 0.91 0.46
Hex B E2 D5 5F 0 6 B B0 5B 2E
Octal 13 342 325 137 0 6 13 260 133 56
Binary 1011 11100010 11010101 1011111 0 110 1011 10110000 1011011 101110

Color Harmonies of #0BE2D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BE2D5

Black with #0BE2D5

Text Example


Text Example

White with #0BE2D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,226,213); }

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

background-color css

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

 a { background-color: rgb(11,226,213); }

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

border-color css

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

 span { border-color: rgb(11,226,213); }

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