Html Css Color HEX #3AD7C9 Turquoise

📋 copy color: '#3AD7C9'

red 58 ◦ green 215 ◦ blue 201

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

Shades of Turquoise #3AD7C9

Tints of Turquoise #3AD7C9

RGB

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

 GREEN value IS 215 (84.38% from 255) = 45.36%

 BLUE value IS 201 (78.91% from 255) = 42.41%

R = 12.24%
G = 45.36%
B = 42.41%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#3AD7C9 (or 0x3AD7C9) is known color: Turquoise. HEX triplet: 3A, D7 and C9. RGB value is (58,215,201). Sum of RGB (Red+Green+Blue) = 58+215+201=474 (62% of max value = 765). Red value is 58 (23.05% from 255 or 12.24% from 474); Green value is 215 (84.38% from 255 or 45.36% from 474); Blue value is 201 (78.91% from 255 or 42.41% from 474); Max value from RGB is 215 - color contains mainly: green. Hex color #3AD7C9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AD7C9 is #C52836. Grayscale: #A6A6A6. Windows color (decimal): -12920887 or 13227834. OLE color: 13227834.

HSL color Cylindrical-coordinate representation of color #3AD7C9: hue angle of 174.65º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AD7C9 is Cyan = 0.73, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB 58 215 201 -
CMYK 0.73 0 0.07 0.16
HSL 174.65º 0.66% 0.54% -
HSV(B) 174.65º 0.73% 0.84% -
XYZ 36.59 53.72 63.7 -
YUV 166.46 147.49 50.64 -
System Red Green Blue C M Y K H S L
Decimal 58 215 201 0.73 0 0.07 0.16 174.65 0.66 0.54
Hex 3A D7 C9 49 0 7 10 AF 42 36
Octal 72 327 311 111 0 7 20 257 102 66
Binary 111010 11010111 11001001 1001001 0 111 10000 10101111 1000010 110110

Color Harmonies of #3AD7C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AD7C9

Black with #3AD7C9

Text Example


Text Example

White with #3AD7C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,215,201); }

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

background-color css

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

 a { background-color: rgb(58,215,201); }

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

border-color css

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

 span { border-color: rgb(58,215,201); }

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