Html Css Color HEX #3AD9D2 Turquoise

📋 copy color: '#3AD9D2'

red 58 ◦ green 217 ◦ blue 210

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

Shades of Turquoise #3AD9D2

Tints of Turquoise #3AD9D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 43.3%

R = 11.96%
G = 44.74%
B = 43.3%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#3AD9D2 (or 0x3AD9D2) is known color: Turquoise. HEX triplet: 3A, D9 and D2. RGB value is (58,217,210). Sum of RGB (Red+Green+Blue) = 58+217+210=485 (64% of max value = 765). Red value is 58 (23.05% from 255 or 11.96% from 485); Green value is 217 (85.16% from 255 or 44.74% from 485); Blue value is 210 (82.42% from 255 or 43.30% from 485); Max value from RGB is 217 - color contains mainly: green. Hex color #3AD9D2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AD9D2 is #C5262D. Grayscale: #A8A8A8. Windows color (decimal): -12920366 or 13818170. OLE color: 13818170.

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

Color convert

RGB 58 217 210 -
CMYK 0.73 0 0.03 0.15
HSL 177.36º 0.68% 0.54% -
HSV(B) 177.36º 0.73% 0.85% -
XYZ 38.19 55.18 69.61 -
YUV 168.66 151.32 49.07 -
System Red Green Blue C M Y K H S L
Decimal 58 217 210 0.73 0 0.03 0.15 177.36 0.68 0.54
Hex 3A D9 D2 49 0 3 F B1 44 36
Octal 72 331 322 111 0 3 17 261 104 66
Binary 111010 11011001 11010010 1001001 0 11 1111 10110001 1000100 110110

Color Harmonies of #3AD9D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AD9D2

Black with #3AD9D2

Text Example


Text Example

White with #3AD9D2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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