Html Css Color HEX #5AECC5 Turquoise

📋 copy color: '#5AECC5'

red 90 ◦ green 236 ◦ blue 197

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

Shades of Turquoise #5AECC5

Tints of Turquoise #5AECC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 37.67%

R = 17.21%
G = 45.12%
B = 37.67%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#5AECC5 (or 0x5AECC5) is known color: Turquoise. HEX triplet: 5A, EC and C5. RGB value is (90,236,197). Sum of RGB (Red+Green+Blue) = 90+236+197=523 (69% of max value = 765). Red value is 90 (35.55% from 255 or 17.21% from 523); Green value is 236 (92.58% from 255 or 45.12% from 523); Blue value is 197 (77.34% from 255 or 37.67% from 523); Max value from RGB is 236 - color contains mainly: green. Hex color #5AECC5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AECC5 is #A5133A. Grayscale: #BBBBBB. Windows color (decimal): -10818363 or 12971098. OLE color: 12971098.

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

Color convert

RGB 90 236 197 -
CMYK 0.62 0 0.17 0.07
HSL 163.97º 0.79% 0.64% -
HSV(B) 163.97º 0.62% 0.93% -
XYZ 44.29 66.2 63.27 -
YUV 187.9 133.13 58.17 -
System Red Green Blue C M Y K H S L
Decimal 90 236 197 0.62 0 0.17 0.07 163.97 0.79 0.64
Hex 5A EC C5 3E 0 11 7 A4 4F 40
Octal 132 354 305 76 0 21 7 244 117 100
Binary 1011010 11101100 11000101 111110 0 10001 111 10100100 1001111 1000000

Color Harmonies of #5AECC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AECC5

Black with #5AECC5

Text Example


Text Example

White with #5AECC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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