Html Css Color HEX #3ADAD8 Turquoise

📋 copy color: '#3ADAD8'

red 58 ◦ green 218 ◦ blue 216

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

Shades of Turquoise #3ADAD8

Tints of Turquoise #3ADAD8

RGB

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

 GREEN value IS 218 (85.55% from 255) = 44.31%

 BLUE value IS 216 (84.77% from 255) = 43.9%

R = 11.79%
G = 44.31%
B = 43.9%

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

#3ADAD8 (or 0x3ADAD8) is known color: Turquoise. HEX triplet: 3A, DA and D8. RGB value is (58,218,216). Sum of RGB (Red+Green+Blue) = 58+218+216=492 (65% of max value = 765). Red value is 58 (23.05% from 255 or 11.79% from 492); Green value is 218 (85.55% from 255 or 44.31% from 492); Blue value is 216 (84.77% from 255 or 43.90% from 492); Max value from RGB is 218 - color contains mainly: green. Hex color #3ADAD8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ADAD8 is #C52527. Grayscale: #A9A9A9. Windows color (decimal): -12920104 or 14211642. OLE color: 14211642.

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

Color convert

RGB 58 218 216 -
CMYK 0.73 0 0.01 0.15
HSL 179.25º 0.68% 0.54% -
HSV(B) 179.25º 0.73% 0.85% -
XYZ 39.21 56 73.71 -
YUV 169.93 153.99 48.16 -
System Red Green Blue C M Y K H S L
Decimal 58 218 216 0.73 0 0.01 0.15 179.25 0.68 0.54
Hex 3A DA D8 49 0 1 F B3 44 36
Octal 72 332 330 111 0 1 17 263 104 66
Binary 111010 11011010 11011000 1001001 0 1 1111 10110011 1000100 110110

Color Harmonies of #3ADAD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ADAD8

Black with #3ADAD8

Text Example


Text Example

White with #3ADAD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,218,216); }

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

background-color css

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

 a { background-color: rgb(58,218,216); }

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

border-color css

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

 span { border-color: rgb(58,218,216); }

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