Html Css Color HEX #5AEEDB Turquoise

📋 copy color: '#5AEEDB'

red 90 ◦ green 238 ◦ blue 219

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

Shades of Turquoise #5AEEDB

Tints of Turquoise #5AEEDB

RGB

 RED value IS 90 (35.55% from 255) = 16.45%

 GREEN value IS 238 (93.36% from 255) = 43.51%

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

R = 16.45%
G = 43.51%
B = 40.04%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#5AEEDB (or 0x5AEEDB) is known color: Turquoise. HEX triplet: 5A, EE and DB. RGB value is (90,238,219). Sum of RGB (Red+Green+Blue) = 90+238+219=547 (72% of max value = 765). Red value is 90 (35.55% from 255 or 16.45% from 547); Green value is 238 (93.36% from 255 or 43.51% from 547); Blue value is 219 (85.94% from 255 or 40.04% from 547); Max value from RGB is 238 - color contains mainly: green. Hex color #5AEEDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AEEDB is #A51124. Grayscale: #BFBFBF. Windows color (decimal): -10817829 or 14413402. OLE color: 14413402.

HSL color Cylindrical-coordinate representation of color #5AEEDB: hue angle of 172.3º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5AEEDB is Cyan = 0.62, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 90 238 219 -
CMYK 0.62 0 0.08 0.07
HSL 172.3º 0.81% 0.64% -
HSV(B) 172.3º 0.62% 0.93% -
XYZ 47.58 68.44 77.72 -
YUV 191.58 143.47 55.54 -
System Red Green Blue C M Y K H S L
Decimal 90 238 219 0.62 0 0.08 0.07 172.3 0.81 0.64
Hex 5A EE DB 3E 0 8 7 AC 51 40
Octal 132 356 333 76 0 10 7 254 121 100
Binary 1011010 11101110 11011011 111110 0 1000 111 10101100 1010001 1000000

Color Harmonies of #5AEEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AEEDB

Black with #5AEEDB

Text Example


Text Example

White with #5AEEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,238,219); }

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

background-color css

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

 a { background-color: rgb(90,238,219); }

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

border-color css

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

 span { border-color: rgb(90,238,219); }

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