Html Css Color HEX #5AF7C6 Turquoise

📋 copy color: '#5AF7C6'

red 90 ◦ green 247 ◦ blue 198

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

Shades of Turquoise #5AF7C6

Tints of Turquoise #5AF7C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 37.01%

R = 16.82%
G = 46.17%
B = 37.01%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.20

 K value IS 0.03

RGB Variations

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

Color information

#5AF7C6 (or 0x5AF7C6) is known color: Turquoise. HEX triplet: 5A, F7 and C6. RGB value is (90,247,198). Sum of RGB (Red+Green+Blue) = 90+247+198=535 (70% of max value = 765). Red value is 90 (35.55% from 255 or 16.82% from 535); Green value is 247 (96.88% from 255 or 46.17% from 535); Blue value is 198 (77.73% from 255 or 37.01% from 535); Max value from RGB is 247 - color contains mainly: green. Hex color #5AF7C6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AF7C6 is #A50839. Grayscale: #C2C2C2. Windows color (decimal): -10815546 or 13039450. OLE color: 13039450.

HSL color Cylindrical-coordinate representation of color #5AF7C6: hue angle of 161.27º 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 #5AF7C6 is Cyan = 0.64, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.03.

Color convert

RGB 90 247 198 -
CMYK 0.64 0 0.20 0.03
HSL 161.27º 0.91% 0.66% -
HSV(B) 161.27º 0.64% 0.97% -
XYZ 47.67 72.77 64.96 -
YUV 194.47 129.99 53.48 -
System Red Green Blue C M Y K H S L
Decimal 90 247 198 0.64 0 0.20 0.03 161.27 0.91 0.66
Hex 5A F7 C6 40 0 14 3 A1 5B 42
Octal 132 367 306 100 0 24 3 241 133 102
Binary 1011010 11110111 11000110 1000000 0 10100 11 10100001 1011011 1000010

Color Harmonies of #5AF7C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AF7C6

Black with #5AF7C6

Text Example


Text Example

White with #5AF7C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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