Html Css Color HEX #3ADAD3 Turquoise

📋 copy color: '#3ADAD3'

red 58 ◦ green 218 ◦ blue 211

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

Shades of Turquoise #3ADAD3

Tints of Turquoise #3ADAD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 43.33%

R = 11.91%
G = 44.76%
B = 43.33%

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

#3ADAD3 (or 0x3ADAD3) is known color: Turquoise. HEX triplet: 3A, DA and D3. RGB value is (58,218,211). Sum of RGB (Red+Green+Blue) = 58+218+211=487 (64% of max value = 765). Red value is 58 (23.05% from 255 or 11.91% from 487); Green value is 218 (85.55% from 255 or 44.76% from 487); Blue value is 211 (82.81% from 255 or 43.33% from 487); Max value from RGB is 218 - color contains mainly: green. Hex color #3ADAD3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ADAD3 is #C5252C. Grayscale: #A9A9A9. Windows color (decimal): -12920109 or 13883962. OLE color: 13883962.

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

Color convert

RGB 58 218 211 -
CMYK 0.73 0 0.03 0.15
HSL 177.38º 0.68% 0.54% -
HSV(B) 177.38º 0.73% 0.85% -
XYZ 38.57 55.75 70.35 -
YUV 169.36 151.49 48.57 -
System Red Green Blue C M Y K H S L
Decimal 58 218 211 0.73 0 0.03 0.15 177.38 0.68 0.54
Hex 3A DA D3 49 0 3 F B1 44 36
Octal 72 332 323 111 0 3 17 261 104 66
Binary 111010 11011010 11010011 1001001 0 11 1111 10110001 1000100 110110

Color Harmonies of #3ADAD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ADAD3

Black with #3ADAD3

Text Example


Text Example

White with #3ADAD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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