Html Css Color HEX #5AF1DF Turquoise

📋 copy color: '#5AF1DF'

red 90 ◦ green 241 ◦ blue 223

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

Shades of Turquoise #5AF1DF

Tints of Turquoise #5AF1DF

RGB

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

 GREEN value IS 241 (94.53% from 255) = 43.5%

 BLUE value IS 223 (87.5% from 255) = 40.25%

R = 16.25%
G = 43.5%
B = 40.25%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#5AF1DF (or 0x5AF1DF) is known color: Turquoise. HEX triplet: 5A, F1 and DF. RGB value is (90,241,223). Sum of RGB (Red+Green+Blue) = 90+241+223=554 (73% of max value = 765). Red value is 90 (35.55% from 255 or 16.25% from 554); Green value is 241 (94.53% from 255 or 43.50% from 554); Blue value is 223 (87.5% from 255 or 40.25% from 554); Max value from RGB is 241 - color contains mainly: green. Hex color #5AF1DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AF1DF is #A50E20. Grayscale: #C1C1C1. Windows color (decimal): -10817057 or 14676314. OLE color: 14676314.

HSL color Cylindrical-coordinate representation of color #5AF1DF: hue angle of 172.85º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5AF1DF is Cyan = 0.63, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB 90 241 223 -
CMYK 0.63 0 0.07 0.05
HSL 172.85º 0.84% 0.65% -
HSV(B) 172.85º 0.63% 0.95% -
XYZ 48.99 70.41 80.82 -
YUV 193.8 144.47 53.96 -
System Red Green Blue C M Y K H S L
Decimal 90 241 223 0.63 0 0.07 0.05 172.85 0.84 0.65
Hex 5A F1 DF 3F 0 7 5 AD 54 41
Octal 132 361 337 77 0 7 5 255 124 101
Binary 1011010 11110001 11011111 111111 0 111 101 10101101 1010100 1000001

Color Harmonies of #5AF1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AF1DF

Black with #5AF1DF

Text Example


Text Example

White with #5AF1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,241,223); }

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

background-color css

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

 a { background-color: rgb(90,241,223); }

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

border-color css

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

 span { border-color: rgb(90,241,223); }

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