Html Css Color HEX #5AF3CC Turquoise

📋 copy color: '#5AF3CC'

red 90 ◦ green 243 ◦ blue 204

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

Shades of Turquoise #5AF3CC

Tints of Turquoise #5AF3CC

RGB

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

 GREEN value IS 243 (95.31% from 255) = 45.25%

 BLUE value IS 204 (80.08% from 255) = 37.99%

R = 16.76%
G = 45.25%
B = 37.99%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#5AF3CC (or 0x5AF3CC) is known color: Turquoise. HEX triplet: 5A, F3 and CC. RGB value is (90,243,204). Sum of RGB (Red+Green+Blue) = 90+243+204=537 (71% of max value = 765). Red value is 90 (35.55% from 255 or 16.76% from 537); Green value is 243 (95.31% from 255 or 45.25% from 537); Blue value is 204 (80.08% from 255 or 37.99% from 537); Max value from RGB is 243 - color contains mainly: green. Hex color #5AF3CC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AF3CC is #A50C33. Grayscale: #C0C0C0. Windows color (decimal): -10816564 or 13431642. OLE color: 13431642.

HSL color Cylindrical-coordinate representation of color #5AF3CC: hue angle of 164.71º degrees, saturation: 0.86, 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 #5AF3CC is Cyan = 0.63, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 90 243 204 -
CMYK 0.63 0 0.16 0.05
HSL 164.71º 0.86% 0.65% -
HSV(B) 164.71º 0.63% 0.95% -
XYZ 47.17 70.63 68.27 -
YUV 192.81 134.31 54.67 -
System Red Green Blue C M Y K H S L
Decimal 90 243 204 0.63 0 0.16 0.05 164.71 0.86 0.65
Hex 5A F3 CC 3F 0 10 5 A5 56 41
Octal 132 363 314 77 0 20 5 245 126 101
Binary 1011010 11110011 11001100 111111 0 10000 101 10100101 1010110 1000001

Color Harmonies of #5AF3CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AF3CC

Black with #5AF3CC

Text Example


Text Example

White with #5AF3CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,243,204); }

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

background-color css

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

 a { background-color: rgb(90,243,204); }

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

border-color css

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

 span { border-color: rgb(90,243,204); }

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