Html Css Color HEX #3ADAD2 Turquoise

📋 copy color: '#3ADAD2'

red 58 ◦ green 218 ◦ blue 210

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

Shades of Turquoise #3ADAD2

Tints of Turquoise #3ADAD2

RGB

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

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

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

R = 11.93%
G = 44.86%
B = 43.21%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#3ADAD2 (or 0x3ADAD2) is known color: Turquoise. HEX triplet: 3A, DA and D2. RGB value is (58,218,210). Sum of RGB (Red+Green+Blue) = 58+218+210=486 (64% of max value = 765). Red value is 58 (23.05% from 255 or 11.93% from 486); Green value is 218 (85.55% from 255 or 44.86% from 486); Blue value is 210 (82.42% from 255 or 43.21% from 486); Max value from RGB is 218 - color contains mainly: green. Hex color #3ADAD2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ADAD2 is #C5252D. Grayscale: #A9A9A9. Windows color (decimal): -12920110 or 13818426. OLE color: 13818426.

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

Color convert

RGB 58 218 210 -
CMYK 0.73 0 0.04 0.15
HSL 177º 0.68% 0.54% -
HSV(B) 177º 0.73% 0.85% -
XYZ 38.45 55.7 69.7 -
YUV 169.25 150.99 48.65 -
System Red Green Blue C M Y K H S L
Decimal 58 218 210 0.73 0 0.04 0.15 177 0.68 0.54
Hex 3A DA D2 49 0 4 F B1 44 36
Octal 72 332 322 111 0 4 17 261 104 66
Binary 111010 11011010 11010010 1001001 0 100 1111 10110001 1000100 110110

Color Harmonies of #3ADAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ADAD2

Black with #3ADAD2

Text Example


Text Example

White with #3ADAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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