Html Css Color HEX #3AD9C5 Turquoise

📋 copy color: '#3AD9C5'

red 58 ◦ green 217 ◦ blue 197

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

Shades of Turquoise #3AD9C5

Tints of Turquoise #3AD9C5

RGB

 RED value IS 58 (23.05% from 255) = 12.29%

 GREEN value IS 217 (85.16% from 255) = 45.97%

 BLUE value IS 197 (77.34% from 255) = 41.74%

R = 12.29%
G = 45.97%
B = 41.74%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#3AD9C5 (or 0x3AD9C5) is known color: Turquoise. HEX triplet: 3A, D9 and C5. RGB value is (58,217,197). Sum of RGB (Red+Green+Blue) = 58+217+197=472 (62% of max value = 765). Red value is 58 (23.05% from 255 or 12.29% from 472); Green value is 217 (85.16% from 255 or 45.97% from 472); Blue value is 197 (77.34% from 255 or 41.74% from 472); Max value from RGB is 217 - color contains mainly: green. Hex color #3AD9C5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AD9C5 is #C5263A. Grayscale: #A7A7A7. Windows color (decimal): -12920379 or 12966202. OLE color: 12966202.

HSL color Cylindrical-coordinate representation of color #3AD9C5: hue angle of 172.45º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AD9C5 is Cyan = 0.73, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB 58 217 197 -
CMYK 0.73 0 0.09 0.15
HSL 172.45º 0.68% 0.54% -
HSV(B) 172.45º 0.73% 0.85% -
XYZ 36.64 54.56 61.42 -
YUV 167.18 144.82 50.13 -
System Red Green Blue C M Y K H S L
Decimal 58 217 197 0.73 0 0.09 0.15 172.45 0.68 0.54
Hex 3A D9 C5 49 0 9 F AC 44 36
Octal 72 331 305 111 0 11 17 254 104 66
Binary 111010 11011001 11000101 1001001 0 1001 1111 10101100 1000100 110110

Color Harmonies of #3AD9C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AD9C5

Black with #3AD9C5

Text Example


Text Example

White with #3AD9C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3AD9C5; }

 p { color: rgb(58,217,197); }

 H1.HeaderClassName
 {
   color: #3AD9C5;
 }
 .AnyTagClassName
 {
   color: #3AD9C5;
 }
</style>

background-color css

<style>
 a { background-color: #3AD9C5; }

 a { background-color: rgb(58,217,197); }

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

border-color css

<style>
 span { border-color: #3AD9C5; }

 span { border-color: rgb(58,217,197); }

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