Html Css Color HEX #5AECC7 Turquoise

📋 copy color: '#5AECC7'

red 90 ◦ green 236 ◦ blue 199

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

Shades of Turquoise #5AECC7

Tints of Turquoise #5AECC7

RGB

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

 GREEN value IS 236 (92.58% from 255) = 44.95%

 BLUE value IS 199 (78.13% from 255) = 37.9%

R = 17.14%
G = 44.95%
B = 37.9%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#5AECC7 (or 0x5AECC7) is known color: Turquoise. HEX triplet: 5A, EC and C7. RGB value is (90,236,199). Sum of RGB (Red+Green+Blue) = 90+236+199=525 (69% of max value = 765). Red value is 90 (35.55% from 255 or 17.14% from 525); Green value is 236 (92.58% from 255 or 44.95% from 525); Blue value is 199 (78.12% from 255 or 37.90% from 525); Max value from RGB is 236 - color contains mainly: green. Hex color #5AECC7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AECC7 is #A51338. Grayscale: #BCBCBC. Windows color (decimal): -10818361 or 13102170. OLE color: 13102170.

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

Color convert

RGB 90 236 199 -
CMYK 0.62 0 0.16 0.07
HSL 164.79º 0.79% 0.64% -
HSV(B) 164.79º 0.62% 0.93% -
XYZ 44.52 66.29 64.48 -
YUV 188.13 134.13 58.01 -
System Red Green Blue C M Y K H S L
Decimal 90 236 199 0.62 0 0.16 0.07 164.79 0.79 0.64
Hex 5A EC C7 3E 0 10 7 A5 4F 40
Octal 132 354 307 76 0 20 7 245 117 100
Binary 1011010 11101100 11000111 111110 0 10000 111 10100101 1001111 1000000

Color Harmonies of #5AECC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AECC7

Black with #5AECC7

Text Example


Text Example

White with #5AECC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,236,199); }

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

background-color css

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

 a { background-color: rgb(90,236,199); }

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

border-color css

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

 span { border-color: rgb(90,236,199); }

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