Html Css Color HEX #3AD9D6 Turquoise

📋 copy color: '#3AD9D6'

red 58 ◦ green 217 ◦ blue 214

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

Shades of Turquoise #3AD9D6

Tints of Turquoise #3AD9D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 43.76%

R = 11.86%
G = 44.38%
B = 43.76%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#3AD9D6 (or 0x3AD9D6) is known color: Turquoise. HEX triplet: 3A, D9 and D6. RGB value is (58,217,214). Sum of RGB (Red+Green+Blue) = 58+217+214=489 (64% of max value = 765). Red value is 58 (23.05% from 255 or 11.86% from 489); Green value is 217 (85.16% from 255 or 44.38% from 489); Blue value is 214 (83.98% from 255 or 43.76% from 489); Max value from RGB is 217 - color contains mainly: green. Hex color #3AD9D6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AD9D6 is #C52629. Grayscale: #A8A8A8. Windows color (decimal): -12920362 or 14080314. OLE color: 14080314.

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

Color convert

RGB 58 217 214 -
CMYK 0.73 0 0.01 0.15
HSL 178.87º 0.68% 0.54% -
HSV(B) 178.87º 0.73% 0.85% -
XYZ 38.7 55.38 72.27 -
YUV 169.12 153.32 48.74 -
System Red Green Blue C M Y K H S L
Decimal 58 217 214 0.73 0 0.01 0.15 178.87 0.68 0.54
Hex 3A D9 D6 49 0 1 F B3 44 36
Octal 72 331 326 111 0 1 17 263 104 66
Binary 111010 11011001 11010110 1001001 0 1 1111 10110011 1000100 110110

Color Harmonies of #3AD9D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AD9D6

Black with #3AD9D6

Text Example


Text Example

White with #3AD9D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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