Html Css Color HEX #5AECC9 Turquoise

📋 copy color: '#5AECC9'

red 90 ◦ green 236 ◦ blue 201

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

Shades of Turquoise #5AECC9

Tints of Turquoise #5AECC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 38.14%

R = 17.08%
G = 44.78%
B = 38.14%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#5AECC9 (or 0x5AECC9) is known color: Turquoise. HEX triplet: 5A, EC and C9. RGB value is (90,236,201). Sum of RGB (Red+Green+Blue) = 90+236+201=527 (69% of max value = 765). Red value is 90 (35.55% from 255 or 17.08% from 527); Green value is 236 (92.58% from 255 or 44.78% from 527); Blue value is 201 (78.91% from 255 or 38.14% from 527); Max value from RGB is 236 - color contains mainly: green. Hex color #5AECC9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AECC9 is #A51336. Grayscale: #BCBCBC. Windows color (decimal): -10818359 or 13233242. OLE color: 13233242.

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

Color convert

RGB 90 236 201 -
CMYK 0.62 0 0.15 0.07
HSL 165.62º 0.79% 0.64% -
HSV(B) 165.62º 0.62% 0.93% -
XYZ 44.75 66.38 65.71 -
YUV 188.36 135.13 57.85 -
System Red Green Blue C M Y K H S L
Decimal 90 236 201 0.62 0 0.15 0.07 165.62 0.79 0.64
Hex 5A EC C9 3E 0 F 7 A6 4F 40
Octal 132 354 311 76 0 17 7 246 117 100
Binary 1011010 11101100 11001001 111110 0 1111 111 10100110 1001111 1000000

Color Harmonies of #5AECC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AECC9

Black with #5AECC9

Text Example


Text Example

White with #5AECC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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