Html Css Color HEX #5AF4E2 Turquoise Blue

📋 copy color: '#5AF4E2'

red 90 ◦ green 244 ◦ blue 226

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

Shades of Turquoise Blue #5AF4E2

Tints of Turquoise Blue #5AF4E2

RGB

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

 GREEN value IS 244 (95.7% from 255) = 43.57%

 BLUE value IS 226 (88.67% from 255) = 40.36%

R = 16.07%
G = 43.57%
B = 40.36%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.07

 K value IS 0.04

RGB Variations

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

Color information

#5AF4E2 (or 0x5AF4E2) is known color: Turquoise Blue. HEX triplet: 5A, F4 and E2. RGB value is (90,244,226). Sum of RGB (Red+Green+Blue) = 90+244+226=560 (74% of max value = 765). Red value is 90 (35.55% from 255 or 16.07% from 560); Green value is 244 (95.70% from 255 or 43.57% from 560); Blue value is 226 (88.67% from 255 or 40.36% from 560); Max value from RGB is 244 - color contains mainly: green. Hex color #5AF4E2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AF4E2 is #A50B1D. Grayscale: #C3C3C3. Windows color (decimal): -10816286 or 14873690. OLE color: 14873690.

HSL color Cylindrical-coordinate representation of color #5AF4E2: hue angle of 172.99º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5AF4E2 is Cyan = 0.63, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.

Color convert

RGB 90 244 226 -
CMYK 0.63 0 0.07 0.04
HSL 172.99º 0.88% 0.65% -
HSV(B) 172.99º 0.63% 0.96% -
XYZ 50.29 72.37 83.27 -
YUV 195.9 144.98 52.46 -
System Red Green Blue C M Y K H S L
Decimal 90 244 226 0.63 0 0.07 0.04 172.99 0.88 0.65
Hex 5A F4 E2 3F 0 7 4 AD 58 41
Octal 132 364 342 77 0 7 4 255 130 101
Binary 1011010 11110100 11100010 111111 0 111 100 10101101 1011000 1000001

Color Harmonies of #5AF4E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AF4E2

Black with #5AF4E2

Text Example


Text Example

White with #5AF4E2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,244,226); }

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

background-color css

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

 a { background-color: rgb(90,244,226); }

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

border-color css

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

 span { border-color: rgb(90,244,226); }

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