Html Css Color HEX #5AEFE1 Turquoise Blue

📋 copy color: '#5AEFE1'

red 90 ◦ green 239 ◦ blue 225

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

Shades of Turquoise Blue #5AEFE1

Tints of Turquoise Blue #5AEFE1

RGB

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

 GREEN value IS 239 (93.75% from 255) = 43.14%

 BLUE value IS 225 (88.28% from 255) = 40.61%

R = 16.25%
G = 43.14%
B = 40.61%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#5AEFE1 (or 0x5AEFE1) is known color: Turquoise Blue. HEX triplet: 5A, EF and E1. RGB value is (90,239,225). Sum of RGB (Red+Green+Blue) = 90+239+225=554 (73% of max value = 765). Red value is 90 (35.55% from 255 or 16.25% from 554); Green value is 239 (93.75% from 255 or 43.14% from 554); Blue value is 225 (88.28% from 255 or 40.61% from 554); Max value from RGB is 239 - color contains mainly: green. Hex color #5AEFE1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AEFE1 is #A5101E. Grayscale: #C0C0C0. Windows color (decimal): -10817567 or 14806874. OLE color: 14806874.

HSL color Cylindrical-coordinate representation of color #5AEFE1: hue angle of 174.36º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5AEFE1 is Cyan = 0.62, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.

Color convert

RGB 90 239 225 -
CMYK 0.62 0 0.06 0.06
HSL 174.36º 0.82% 0.65% -
HSV(B) 174.36º 0.62% 0.94% -
XYZ 48.67 69.34 82.05 -
YUV 192.85 146.14 54.64 -
System Red Green Blue C M Y K H S L
Decimal 90 239 225 0.62 0 0.06 0.06 174.36 0.82 0.65
Hex 5A EF E1 3E 0 6 6 AE 52 41
Octal 132 357 341 76 0 6 6 256 122 101
Binary 1011010 11101111 11100001 111110 0 110 110 10101110 1010010 1000001

Color Harmonies of #5AEFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AEFE1

Black with #5AEFE1

Text Example


Text Example

White with #5AEFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,239,225); }

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

background-color css

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

 a { background-color: rgb(90,239,225); }

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

border-color css

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

 span { border-color: rgb(90,239,225); }

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