Html Css Color HEX #3AD6C9 Turquoise

📋 copy color: '#3AD6C9'

red 58 ◦ green 214 ◦ blue 201

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

Shades of Turquoise #3AD6C9

Tints of Turquoise #3AD6C9

RGB

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

 GREEN value IS 214 (83.98% from 255) = 45.24%

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

R = 12.26%
G = 45.24%
B = 42.49%

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

#3AD6C9 (or 0x3AD6C9) is known color: Turquoise. HEX triplet: 3A, D6 and C9. RGB value is (58,214,201). Sum of RGB (Red+Green+Blue) = 58+214+201=473 (62% of max value = 765). Red value is 58 (23.05% from 255 or 12.26% from 473); Green value is 214 (83.98% from 255 or 45.24% from 473); Blue value is 201 (78.91% from 255 or 42.49% from 473); Max value from RGB is 214 - color contains mainly: green. Hex color #3AD6C9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AD6C9 is #C52936. Grayscale: #A5A5A5. Windows color (decimal): -12921143 or 13227578. OLE color: 13227578.

HSL color Cylindrical-coordinate representation of color #3AD6C9: hue angle of 175º degrees, saturation: 0.66, 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 #3AD6C9 is Cyan = 0.73, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB 58 214 201 -
CMYK 0.73 0 0.06 0.16
HSL 175º 0.66% 0.53% -
HSV(B) 175º 0.73% 0.84% -
XYZ 36.33 53.21 63.61 -
YUV 165.87 147.82 51.06 -
System Red Green Blue C M Y K H S L
Decimal 58 214 201 0.73 0 0.06 0.16 175 0.66 0.53
Hex 3A D6 C9 49 0 6 10 AF 42 35
Octal 72 326 311 111 0 6 20 257 102 65
Binary 111010 11010110 11001001 1001001 0 110 10000 10101111 1000010 110101

Color Harmonies of #3AD6C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AD6C9

Black with #3AD6C9

Text Example


Text Example

White with #3AD6C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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