Html Css Color HEX #3AD9C3 Turquoise

📋 copy color: '#3AD9C3'

red 58 ◦ green 217 ◦ blue 195

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

Shades of Turquoise #3AD9C3

Tints of Turquoise #3AD9C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 41.49%

R = 12.34%
G = 46.17%
B = 41.49%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#3AD9C3 (or 0x3AD9C3) is known color: Turquoise. HEX triplet: 3A, D9 and C3. RGB value is (58,217,195). Sum of RGB (Red+Green+Blue) = 58+217+195=470 (62% of max value = 765). Red value is 58 (23.05% from 255 or 12.34% from 470); Green value is 217 (85.16% from 255 or 46.17% from 470); Blue value is 195 (76.56% from 255 or 41.49% from 470); Max value from RGB is 217 - color contains mainly: green. Hex color #3AD9C3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AD9C3 is #C5263C. Grayscale: #A6A6A6. Windows color (decimal): -12920381 or 12835130. OLE color: 12835130.

HSL color Cylindrical-coordinate representation of color #3AD9C3: hue angle of 171.7º 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 #3AD9C3 is Cyan = 0.73, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB 58 217 195 -
CMYK 0.73 0 0.10 0.15
HSL 171.7º 0.68% 0.54% -
HSV(B) 171.7º 0.73% 0.85% -
XYZ 36.41 54.47 60.22 -
YUV 166.95 143.82 50.29 -
System Red Green Blue C M Y K H S L
Decimal 58 217 195 0.73 0 0.10 0.15 171.7 0.68 0.54
Hex 3A D9 C3 49 0 A F AC 44 36
Octal 72 331 303 111 0 12 17 254 104 66
Binary 111010 11011001 11000011 1001001 0 1010 1111 10101100 1000100 110110

Color Harmonies of #3AD9C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AD9C3

Black with #3AD9C3

Text Example


Text Example

White with #3AD9C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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