Html Css Color HEX #0BE3DB Bright Turquoise

📋 copy color: '#0BE3DB'

red 11 ◦ green 227 ◦ blue 219

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

Shades of Bright Turquoise #0BE3DB

Tints of Bright Turquoise #0BE3DB

RGB

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

 GREEN value IS 227 (89.06% from 255) = 49.67%

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

R = 2.41%
G = 49.67%
B = 47.92%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#0BE3DB (or 0x0BE3DB) is known color: Bright Turquoise. HEX triplet: 0B, E3 and DB. RGB value is (11,227,219). Sum of RGB (Red+Green+Blue) = 11+227+219=457 (60% of max value = 765). Red value is 11 (4.69% from 255 or 2.41% from 457); Green value is 227 (89.06% from 255 or 49.67% from 457); Blue value is 219 (85.94% from 255 or 47.92% from 457); Max value from RGB is 227 - color contains mainly: green. Hex color #0BE3DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BE3DB is #F41C24. Grayscale: #A1A1A1. Windows color (decimal): -15997989 or 14410507. OLE color: 14410507.

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

Color convert

RGB 11 227 219 -
CMYK 0.95 0 0.04 0.11
HSL 177.78º 0.91% 0.47% -
HSV(B) 177.78º 0.95% 0.89% -
XYZ 40.39 60.12 76.49 -
YUV 161.5 160.44 20.65 -
System Red Green Blue C M Y K H S L
Decimal 11 227 219 0.95 0 0.04 0.11 177.78 0.91 0.47
Hex B E3 DB 5F 0 4 B B2 5B 2F
Octal 13 343 333 137 0 4 13 262 133 57
Binary 1011 11100011 11011011 1011111 0 100 1011 10110010 1011011 101111

Color Harmonies of #0BE3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BE3DB

Black with #0BE3DB

Text Example


Text Example

White with #0BE3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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