Html Css Color HEX #5AF7CA Turquoise

📋 copy color: '#5AF7CA'

red 90 ◦ green 247 ◦ blue 202

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

Shades of Turquoise #5AF7CA

Tints of Turquoise #5AF7CA

RGB

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

 GREEN value IS 247 (96.88% from 255) = 45.83%

 BLUE value IS 202 (79.3% from 255) = 37.48%

R = 16.7%
G = 45.83%
B = 37.48%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#5AF7CA (or 0x5AF7CA) is known color: Turquoise. HEX triplet: 5A, F7 and CA. RGB value is (90,247,202). Sum of RGB (Red+Green+Blue) = 90+247+202=539 (71% of max value = 765). Red value is 90 (35.55% from 255 or 16.70% from 539); Green value is 247 (96.88% from 255 or 45.83% from 539); Blue value is 202 (79.30% from 255 or 37.48% from 539); Max value from RGB is 247 - color contains mainly: green. Hex color #5AF7CA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AF7CA is #A50835. Grayscale: #C2C2C2. Windows color (decimal): -10815542 or 13301594. OLE color: 13301594.

HSL color Cylindrical-coordinate representation of color #5AF7CA: hue angle of 162.8º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5AF7CA is Cyan = 0.64, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB 90 247 202 -
CMYK 0.64 0 0.18 0.03
HSL 162.8º 0.91% 0.66% -
HSV(B) 162.8º 0.64% 0.97% -
XYZ 48.14 72.96 67.42 -
YUV 194.93 131.99 53.16 -
System Red Green Blue C M Y K H S L
Decimal 90 247 202 0.64 0 0.18 0.03 162.8 0.91 0.66
Hex 5A F7 CA 40 0 12 3 A3 5B 42
Octal 132 367 312 100 0 22 3 243 133 102
Binary 1011010 11110111 11001010 1000000 0 10010 11 10100011 1011011 1000010

Color Harmonies of #5AF7CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AF7CA

Black with #5AF7CA

Text Example


Text Example

White with #5AF7CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,247,202); }

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

background-color css

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

 a { background-color: rgb(90,247,202); }

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

border-color css

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

 span { border-color: rgb(90,247,202); }

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