Html Css Color HEX #3ADCBD Turquoise

📋 copy color: '#3ADCBD'

red 58 ◦ green 220 ◦ blue 189

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

Shades of Turquoise #3ADCBD

Tints of Turquoise #3ADCBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 40.47%

R = 12.42%
G = 47.11%
B = 40.47%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#3ADCBD (or 0x3ADCBD) is known color: Turquoise. HEX triplet: 3A, DC and BD. RGB value is (58,220,189). Sum of RGB (Red+Green+Blue) = 58+220+189=467 (61% of max value = 765). Red value is 58 (23.05% from 255 or 12.42% from 467); Green value is 220 (86.33% from 255 or 47.11% from 467); Blue value is 189 (74.22% from 255 or 40.47% from 467); Max value from RGB is 220 - color contains mainly: green. Hex color #3ADCBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ADCBD is #C52342. Grayscale: #A7A7A7. Windows color (decimal): -12919619 or 12442682. OLE color: 12442682.

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

Color convert

RGB 58 220 189 -
CMYK 0.74 0 0.14 0.14
HSL 168.52º 0.7% 0.55% -
HSV(B) 168.52º 0.74% 0.86% -
XYZ 36.52 55.76 56.98 -
YUV 168.03 139.83 49.52 -
System Red Green Blue C M Y K H S L
Decimal 58 220 189 0.74 0 0.14 0.14 168.52 0.7 0.55
Hex 3A DC BD 4A 0 E E A9 46 37
Octal 72 334 275 112 0 16 16 251 106 67
Binary 111010 11011100 10111101 1001010 0 1110 1110 10101001 1000110 110111

Color Harmonies of #3ADCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ADCBD

Black with #3ADCBD

Text Example


Text Example

White with #3ADCBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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