Html Css Color HEX #5EEBDA Turquoise Blue

📋 copy color: '#5EEBDA'

red 94 ◦ green 235 ◦ blue 218

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

Shades of Turquoise Blue #5EEBDA

Tints of Turquoise Blue #5EEBDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.85%

R = 17.18%
G = 42.96%
B = 39.85%

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

#5EEBDA (or 0x5EEBDA) is known color: Turquoise Blue. HEX triplet: 5E, EB and DA. RGB value is (94,235,218). Sum of RGB (Red+Green+Blue) = 94+235+218=547 (72% of max value = 765). Red value is 94 (37.11% from 255 or 17.18% from 547); Green value is 235 (92.19% from 255 or 42.96% from 547); Blue value is 218 (85.55% from 255 or 39.85% from 547); Max value from RGB is 235 - color contains mainly: green. Hex color #5EEBDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EEBDA is #A11425. Grayscale: #BEBEBE. Windows color (decimal): -10556454 or 14347102. OLE color: 14347102.

HSL color Cylindrical-coordinate representation of color #5EEBDA: hue angle of 172.77º 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 #5EEBDA is Cyan = 0.6, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB 94 235 218 -
CMYK 0.6 0 0.07 0.08
HSL 172.77º 0.78% 0.65% -
HSV(B) 172.77º 0.6% 0.92% -
XYZ 46.98 66.86 76.76 -
YUV 190.9 143.29 58.88 -
System Red Green Blue C M Y K H S L
Decimal 94 235 218 0.6 0 0.07 0.08 172.77 0.78 0.65
Hex 5E EB DA 3C 0 7 8 AD 4E 41
Octal 136 353 332 74 0 7 10 255 116 101
Binary 1011110 11101011 11011010 111100 0 111 1000 10101101 1001110 1000001

Color Harmonies of #5EEBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EEBDA

Black with #5EEBDA

Text Example


Text Example

White with #5EEBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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