Html Css Color HEX #3ADCD3 Turquoise

📋 copy color: '#3ADCD3'

red 58 ◦ green 220 ◦ blue 211

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

Shades of Turquoise #3ADCD3

Tints of Turquoise #3ADCD3

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44.99%

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

R = 11.86%
G = 44.99%
B = 43.15%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#3ADCD3 (or 0x3ADCD3) is known color: Turquoise. HEX triplet: 3A, DC and D3. RGB value is (58,220,211). Sum of RGB (Red+Green+Blue) = 58+220+211=489 (64% of max value = 765). Red value is 58 (23.05% from 255 or 11.86% from 489); Green value is 220 (86.33% from 255 or 44.99% from 489); Blue value is 211 (82.81% from 255 or 43.15% from 489); Max value from RGB is 220 - color contains mainly: green. Hex color #3ADCD3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ADCD3 is #C5232C. Grayscale: #AAAAAA. Windows color (decimal): -12919597 or 13884474. OLE color: 13884474.

HSL color Cylindrical-coordinate representation of color #3ADCD3: hue angle of 176.67º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3ADCD3 is Cyan = 0.74, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.

Color convert

RGB 58 220 211 -
CMYK 0.74 0 0.04 0.14
HSL 176.67º 0.7% 0.55% -
HSV(B) 176.67º 0.74% 0.86% -
XYZ 39.1 56.79 70.53 -
YUV 170.54 150.83 47.73 -
System Red Green Blue C M Y K H S L
Decimal 58 220 211 0.74 0 0.04 0.14 176.67 0.7 0.55
Hex 3A DC D3 4A 0 4 E B1 46 37
Octal 72 334 323 112 0 4 16 261 106 67
Binary 111010 11011100 11010011 1001010 0 100 1110 10110001 1000110 110111

Color Harmonies of #3ADCD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ADCD3

Black with #3ADCD3

Text Example


Text Example

White with #3ADCD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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