Html Css Color HEX #5AF6C4 Turquoise

📋 copy color: '#5AF6C4'

red 90 ◦ green 246 ◦ blue 196

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

Shades of Turquoise #5AF6C4

Tints of Turquoise #5AF6C4

RGB

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

 GREEN value IS 246 (96.48% from 255) = 46.24%

 BLUE value IS 196 (76.95% from 255) = 36.84%

R = 16.92%
G = 46.24%
B = 36.84%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.20

 K value IS 0.04

RGB Variations

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

Color information

#5AF6C4 (or 0x5AF6C4) is known color: Turquoise. HEX triplet: 5A, F6 and C4. RGB value is (90,246,196). Sum of RGB (Red+Green+Blue) = 90+246+196=532 (70% of max value = 765). Red value is 90 (35.55% from 255 or 16.92% from 532); Green value is 246 (96.48% from 255 or 46.24% from 532); Blue value is 196 (76.95% from 255 or 36.84% from 532); Max value from RGB is 246 - color contains mainly: green. Hex color #5AF6C4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AF6C4 is #A5093B. Grayscale: #C1C1C1. Windows color (decimal): -10815804 or 12908122. OLE color: 12908122.

HSL color Cylindrical-coordinate representation of color #5AF6C4: hue angle of 160.77º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5AF6C4 is Cyan = 0.63, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.04.

Color convert

RGB 90 246 196 -
CMYK 0.63 0 0.20 0.04
HSL 160.77º 0.9% 0.66% -
HSV(B) 160.77º 0.63% 0.96% -
XYZ 47.14 72.07 63.65 -
YUV 193.66 129.32 54.07 -
System Red Green Blue C M Y K H S L
Decimal 90 246 196 0.63 0 0.20 0.04 160.77 0.9 0.66
Hex 5A F6 C4 3F 0 14 4 A1 5A 42
Octal 132 366 304 77 0 24 4 241 132 102
Binary 1011010 11110110 11000100 111111 0 10100 100 10100001 1011010 1000010

Color Harmonies of #5AF6C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AF6C4

Black with #5AF6C4

Text Example


Text Example

White with #5AF6C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,246,196); }

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

background-color css

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

 a { background-color: rgb(90,246,196); }

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

border-color css

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

 span { border-color: rgb(90,246,196); }

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