Html Css Color HEX #5AECDD Turquoise

📋 copy color: '#5AECDD'

red 90 ◦ green 236 ◦ blue 221

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

Shades of Turquoise #5AECDD

Tints of Turquoise #5AECDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.4%

R = 16.45%
G = 43.14%
B = 40.4%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#5AECDD (or 0x5AECDD) is known color: Turquoise. HEX triplet: 5A, EC and DD. RGB value is (90,236,221). Sum of RGB (Red+Green+Blue) = 90+236+221=547 (72% of max value = 765). Red value is 90 (35.55% from 255 or 16.45% from 547); Green value is 236 (92.58% from 255 or 43.14% from 547); Blue value is 221 (86.72% from 255 or 40.40% from 547); Max value from RGB is 236 - color contains mainly: green. Hex color #5AECDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AECDD is #A51322. Grayscale: #BEBEBE. Windows color (decimal): -10818339 or 14543962. OLE color: 14543962.

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

Color convert

RGB 90 236 221 -
CMYK 0.62 0 0.06 0.07
HSL 173.84º 0.79% 0.64% -
HSV(B) 173.84º 0.62% 0.93% -
XYZ 47.26 67.39 78.92 -
YUV 190.64 145.13 56.22 -
System Red Green Blue C M Y K H S L
Decimal 90 236 221 0.62 0 0.06 0.07 173.84 0.79 0.64
Hex 5A EC DD 3E 0 6 7 AE 4F 40
Octal 132 354 335 76 0 6 7 256 117 100
Binary 1011010 11101100 11011101 111110 0 110 111 10101110 1001111 1000000

Color Harmonies of #5AECDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AECDD

Black with #5AECDD

Text Example


Text Example

White with #5AECDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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