Html Css Color HEX #5EEBDB Turquoise Blue

📋 copy color: '#5EEBDB'

red 94 ◦ green 235 ◦ blue 219

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

Shades of Turquoise Blue #5EEBDB

Tints of Turquoise Blue #5EEBDB

RGB

 RED value IS 94 (37.11% from 255) = 17.15%

 GREEN value IS 235 (92.19% from 255) = 42.88%

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

R = 17.15%
G = 42.88%
B = 39.96%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#5EEBDB (or 0x5EEBDB) is known color: Turquoise Blue. HEX triplet: 5E, EB and DB. RGB value is (94,235,219). Sum of RGB (Red+Green+Blue) = 94+235+219=548 (72% of max value = 765). Red value is 94 (37.11% from 255 or 17.15% from 548); Green value is 235 (92.19% from 255 or 42.88% from 548); Blue value is 219 (85.94% from 255 or 39.96% from 548); Max value from RGB is 235 - color contains mainly: green. Hex color #5EEBDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EEBDB is #A11424. Grayscale: #BEBEBE. Windows color (decimal): -10556453 or 14412638. OLE color: 14412638.

HSL color Cylindrical-coordinate representation of color #5EEBDB: hue angle of 173.19º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5EEBDB is Cyan = 0.6, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB 94 235 219 -
CMYK 0.6 0 0.07 0.08
HSL 173.19º 0.78% 0.65% -
HSV(B) 173.19º 0.6% 0.92% -
XYZ 47.11 66.91 77.45 -
YUV 191.02 143.79 58.8 -
System Red Green Blue C M Y K H S L
Decimal 94 235 219 0.6 0 0.07 0.08 173.19 0.78 0.65
Hex 5E EB DB 3C 0 7 8 AD 4E 41
Octal 136 353 333 74 0 7 10 255 116 101
Binary 1011110 11101011 11011011 111100 0 111 1000 10101101 1001110 1000001

Color Harmonies of #5EEBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EEBDB

Black with #5EEBDB

Text Example


Text Example

White with #5EEBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5EEBDB; }

 p { color: rgb(94,235,219); }

 H1.HeaderClassName
 {
   color: #5EEBDB;
 }
 .AnyTagClassName
 {
   color: #5EEBDB;
 }
</style>

background-color css

<style>
 a { background-color: #5EEBDB; }

 a { background-color: rgb(94,235,219); }

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

border-color css

<style>
 span { border-color: #5EEBDB; }

 span { border-color: rgb(94,235,219); }

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