Html Css Color HEX #3AD5C9 Turquoise

📋 copy color: '#3AD5C9'

red 58 ◦ green 213 ◦ blue 201

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

Shades of Turquoise #3AD5C9

Tints of Turquoise #3AD5C9

RGB

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

 GREEN value IS 213 (83.59% from 255) = 45.13%

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

R = 12.29%
G = 45.13%
B = 42.58%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#3AD5C9 (or 0x3AD5C9) is known color: Turquoise. HEX triplet: 3A, D5 and C9. RGB value is (58,213,201). Sum of RGB (Red+Green+Blue) = 58+213+201=472 (62% of max value = 765). Red value is 58 (23.05% from 255 or 12.29% from 472); Green value is 213 (83.59% from 255 or 45.13% from 472); Blue value is 201 (78.91% from 255 or 42.58% from 472); Max value from RGB is 213 - color contains mainly: green. Hex color #3AD5C9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AD5C9 is #C52A36. Grayscale: #A5A5A5. Windows color (decimal): -12921399 or 13227322. OLE color: 13227322.

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

Color convert

RGB 58 213 201 -
CMYK 0.73 0 0.06 0.16
HSL 175.35º 0.65% 0.53% -
HSV(B) 175.35º 0.73% 0.84% -
XYZ 36.08 52.71 63.53 -
YUV 165.29 148.15 51.48 -
System Red Green Blue C M Y K H S L
Decimal 58 213 201 0.73 0 0.06 0.16 175.35 0.65 0.53
Hex 3A D5 C9 49 0 6 10 AF 41 35
Octal 72 325 311 111 0 6 20 257 101 65
Binary 111010 11010101 11001001 1001001 0 110 10000 10101111 1000001 110101

Color Harmonies of #3AD5C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AD5C9

Black with #3AD5C9

Text Example


Text Example

White with #3AD5C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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