Html Css Color HEX #5EEDDA Turquoise Blue

📋 copy color: '#5EEDDA'

red 94 ◦ green 237 ◦ blue 218

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

Shades of Turquoise Blue #5EEDDA

Tints of Turquoise Blue #5EEDDA

RGB

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

 GREEN value IS 237 (92.97% from 255) = 43.17%

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

R = 17.12%
G = 43.17%
B = 39.71%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#5EEDDA (or 0x5EEDDA) is known color: Turquoise Blue. HEX triplet: 5E, ED and DA. RGB value is (94,237,218). Sum of RGB (Red+Green+Blue) = 94+237+218=549 (72% of max value = 765). Red value is 94 (37.11% from 255 or 17.12% from 549); Green value is 237 (92.97% from 255 or 43.17% from 549); Blue value is 218 (85.55% from 255 or 39.71% from 549); Max value from RGB is 237 - color contains mainly: green. Hex color #5EEDDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EEDDA is #A11225. Grayscale: #C0C0C0. Windows color (decimal): -10555942 or 14347614. OLE color: 14347614.

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

Color convert

RGB 94 237 218 -
CMYK 0.60 0 0.08 0.07
HSL 172.03º 0.8% 0.65% -
HSV(B) 172.03º 0.6% 0.93% -
XYZ 47.56 68.01 76.95 -
YUV 192.08 142.62 58.04 -
System Red Green Blue C M Y K H S L
Decimal 94 237 218 0.60 0 0.08 0.07 172.03 0.8 0.65
Hex 5E ED DA 3C 0 8 7 AC 50 41
Octal 136 355 332 74 0 10 7 254 120 101
Binary 1011110 11101101 11011010 111100 0 1000 111 10101100 1010000 1000001

Color Harmonies of #5EEDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EEDDA

Black with #5EEDDA

Text Example


Text Example

White with #5EEDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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