Html Css Color HEX #5AEAED Turquoise Blue

📋 copy color: '#5AEAED'

red 90 ◦ green 234 ◦ blue 237

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

Shades of Turquoise Blue #5AEAED

Tints of Turquoise Blue #5AEAED

RGB

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

 GREEN value IS 234 (91.8% from 255) = 41.71%

 BLUE value IS 237 (92.97% from 255) = 42.25%

R = 16.04%
G = 41.71%
B = 42.25%

CMYK

 C value IS 0.62

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5AEAED (or 0x5AEAED) is known color: Turquoise Blue. HEX triplet: 5A, EA and ED. RGB value is (90,234,237). Sum of RGB (Red+Green+Blue) = 90+234+237=561 (74% of max value = 765). Red value is 90 (35.55% from 255 or 16.04% from 561); Green value is 234 (91.80% from 255 or 41.71% from 561); Blue value is 237 (92.97% from 255 or 42.25% from 561); Max value from RGB is 237 - color contains mainly: blue. Hex color #5AEAED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5AEAED is #A51512. Grayscale: #BFBFBF. Windows color (decimal): -10818835 or 15592026. OLE color: 15592026.

HSL color Cylindrical-coordinate representation of color #5AEAED: hue angle of 181.22º degrees, saturation: 0.8, 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 #5AEAED is Cyan = 0.62, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 90 234 237 -
CMYK 0.62 0.01 0 0.07
HSL 181.22º 0.8% 0.64% -
HSV(B) 181.22º 0.62% 0.93% -
XYZ 48.93 67.13 90.5 -
YUV 191.29 153.79 55.76 -
System Red Green Blue C M Y K H S L
Decimal 90 234 237 0.62 0.01 0 0.07 181.22 0.8 0.64
Hex 5A EA ED 3E 1 0 7 B5 50 40
Octal 132 352 355 76 1 0 7 265 120 100
Binary 1011010 11101010 11101101 111110 1 0 111 10110101 1010000 1000000

Color Harmonies of #5AEAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AEAED

Black with #5AEAED

Text Example


Text Example

White with #5AEAED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,234,237); }

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

background-color css

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

 a { background-color: rgb(90,234,237); }

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

border-color css

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

 span { border-color: rgb(90,234,237); }

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