Html Css Color HEX #5EE0DA Turquoise Blue

📋 copy color: '#5EE0DA'

red 94 ◦ green 224 ◦ blue 218

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

Shades of Turquoise Blue #5EE0DA

Tints of Turquoise Blue #5EE0DA

RGB

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

 GREEN value IS 224 (87.89% from 255) = 41.79%

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

R = 17.54%
G = 41.79%
B = 40.67%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#5EE0DA (or 0x5EE0DA) is known color: Turquoise Blue. HEX triplet: 5E, E0 and DA. RGB value is (94,224,218). Sum of RGB (Red+Green+Blue) = 94+224+218=536 (70% of max value = 765). Red value is 94 (37.11% from 255 or 17.54% from 536); Green value is 224 (87.89% from 255 or 41.79% from 536); Blue value is 218 (85.55% from 255 or 40.67% from 536); Max value from RGB is 224 - color contains mainly: green. Hex color #5EE0DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EE0DA is #A11F25. Grayscale: #B8B8B8. Windows color (decimal): -10559270 or 14344286. OLE color: 14344286.

HSL color Cylindrical-coordinate representation of color #5EE0DA: hue angle of 177.23º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5EE0DA is Cyan = 0.58, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB 94 224 218 -
CMYK 0.58 0 0.03 0.12
HSL 177.23º 0.68% 0.62% -
HSV(B) 177.23º 0.58% 0.88% -
XYZ 43.93 60.75 75.74 -
YUV 184.45 146.93 63.49 -
System Red Green Blue C M Y K H S L
Decimal 94 224 218 0.58 0 0.03 0.12 177.23 0.68 0.62
Hex 5E E0 DA 3A 0 3 C B1 44 3E
Octal 136 340 332 72 0 3 14 261 104 76
Binary 1011110 11100000 11011010 111010 0 11 1100 10110001 1000100 111110

Color Harmonies of #5EE0DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EE0DA

Black with #5EE0DA

Text Example


Text Example

White with #5EE0DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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