Html Css Color HEX #5AE7DF Turquoise Blue

📋 copy color: '#5AE7DF'

red 90 ◦ green 231 ◦ blue 223

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

Shades of Turquoise Blue #5AE7DF

Tints of Turquoise Blue #5AE7DF

RGB

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

 GREEN value IS 231 (90.63% from 255) = 42.46%

 BLUE value IS 223 (87.5% from 255) = 40.99%

R = 16.54%
G = 42.46%
B = 40.99%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.03

 K value IS 0.09

RGB Variations

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

Color information

#5AE7DF (or 0x5AE7DF) is known color: Turquoise Blue. HEX triplet: 5A, E7 and DF. RGB value is (90,231,223). Sum of RGB (Red+Green+Blue) = 90+231+223=544 (72% of max value = 765). Red value is 90 (35.55% from 255 or 16.54% from 544); Green value is 231 (90.62% from 255 or 42.46% from 544); Blue value is 223 (87.5% from 255 or 40.99% from 544); Max value from RGB is 231 - color contains mainly: green. Hex color #5AE7DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AE7DF is #A51820. Grayscale: #BBBBBB. Windows color (decimal): -10819617 or 14673754. OLE color: 14673754.

HSL color Cylindrical-coordinate representation of color #5AE7DF: hue angle of 176.6º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5AE7DF is Cyan = 0.61, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB 90 231 223 -
CMYK 0.61 0 0.03 0.09
HSL 176.6º 0.75% 0.63% -
HSV(B) 176.6º 0.61% 0.91% -
XYZ 46.11 64.65 79.86 -
YUV 187.93 147.79 58.15 -
System Red Green Blue C M Y K H S L
Decimal 90 231 223 0.61 0 0.03 0.09 176.6 0.75 0.63
Hex 5A E7 DF 3D 0 3 9 B1 4B 3F
Octal 132 347 337 75 0 3 11 261 113 77
Binary 1011010 11100111 11011111 111101 0 11 1001 10110001 1001011 111111

Color Harmonies of #5AE7DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AE7DF

Black with #5AE7DF

Text Example


Text Example

White with #5AE7DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,231,223); }

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

background-color css

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

 a { background-color: rgb(90,231,223); }

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

border-color css

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

 span { border-color: rgb(90,231,223); }

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