Html Css Color HEX #0BE5DB Bright Turquoise

📋 copy color: '#0BE5DB'

red 11 ◦ green 229 ◦ blue 219

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

Shades of Bright Turquoise #0BE5DB

Tints of Bright Turquoise #0BE5DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.71%

R = 2.4%
G = 49.89%
B = 47.71%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#0BE5DB (or 0x0BE5DB) is known color: Bright Turquoise. HEX triplet: 0B, E5 and DB. RGB value is (11,229,219). Sum of RGB (Red+Green+Blue) = 11+229+219=459 (60% of max value = 765). Red value is 11 (4.69% from 255 or 2.40% from 459); Green value is 229 (89.84% from 255 or 49.89% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 229 - color contains mainly: green. Hex color #0BE5DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BE5DB is #F41A24. Grayscale: #A2A2A2. Windows color (decimal): -15997477 or 14411019. OLE color: 14411019.

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

Color convert

RGB 11 229 219 -
CMYK 0.95 0 0.04 0.10
HSL 177.25º 0.91% 0.47% -
HSV(B) 177.25º 0.95% 0.9% -
XYZ 40.94 61.22 76.68 -
YUV 162.68 159.78 19.81 -
System Red Green Blue C M Y K H S L
Decimal 11 229 219 0.95 0 0.04 0.10 177.25 0.91 0.47
Hex B E5 DB 5F 0 4 A B1 5B 2F
Octal 13 345 333 137 0 4 12 261 133 57
Binary 1011 11100101 11011011 1011111 0 100 1010 10110001 1011011 101111

Color Harmonies of #0BE5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BE5DB

Black with #0BE5DB

Text Example


Text Example

White with #0BE5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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