Html Css Color HEX #3ADCB9 Turquoise

📋 copy color: '#3ADCB9'

red 58 ◦ green 220 ◦ blue 185

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

Shades of Turquoise #3ADCB9

Tints of Turquoise #3ADCB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 39.96%

R = 12.53%
G = 47.52%
B = 39.96%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#3ADCB9 (or 0x3ADCB9) is known color: Turquoise. HEX triplet: 3A, DC and B9. RGB value is (58,220,185). Sum of RGB (Red+Green+Blue) = 58+220+185=463 (61% of max value = 765). Red value is 58 (23.05% from 255 or 12.53% from 463); Green value is 220 (86.33% from 255 or 47.52% from 463); Blue value is 185 (72.66% from 255 or 39.96% from 463); Max value from RGB is 220 - color contains mainly: green. Hex color #3ADCB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ADCB9 is #C52346. Grayscale: #A7A7A7. Windows color (decimal): -12919623 or 12180538. OLE color: 12180538.

HSL color Cylindrical-coordinate representation of color #3ADCB9: hue angle of 167.04º 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 #3ADCB9 is Cyan = 0.74, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB 58 220 185 -
CMYK 0.74 0 0.16 0.14
HSL 167.04º 0.7% 0.55% -
HSV(B) 167.04º 0.74% 0.86% -
XYZ 36.1 55.59 54.73 -
YUV 167.57 137.83 49.85 -
System Red Green Blue C M Y K H S L
Decimal 58 220 185 0.74 0 0.16 0.14 167.04 0.7 0.55
Hex 3A DC B9 4A 0 10 E A7 46 37
Octal 72 334 271 112 0 20 16 247 106 67
Binary 111010 11011100 10111001 1001010 0 10000 1110 10100111 1000110 110111

Color Harmonies of #3ADCB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ADCB9

Black with #3ADCB9

Text Example


Text Example

White with #3ADCB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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