Html Css Color HEX #3ADDB5 Turquoise

📋 copy color: '#3ADDB5'

red 58 ◦ green 221 ◦ blue 181

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

Shades of Turquoise #3ADDB5

Tints of Turquoise #3ADDB5

RGB

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

 GREEN value IS 221 (86.72% from 255) = 48.04%

 BLUE value IS 181 (71.09% from 255) = 39.35%

R = 12.61%
G = 48.04%
B = 39.35%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#3ADDB5 (or 0x3ADDB5) is known color: Turquoise. HEX triplet: 3A, DD and B5. RGB value is (58,221,181). Sum of RGB (Red+Green+Blue) = 58+221+181=460 (60% of max value = 765). Red value is 58 (23.05% from 255 or 12.61% from 460); Green value is 221 (86.72% from 255 or 48.04% from 460); Blue value is 181 (71.09% from 255 or 39.35% from 460); Max value from RGB is 221 - color contains mainly: green. Hex color #3ADDB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ADDB5 is #C5224A. Grayscale: #A7A7A7. Windows color (decimal): -12919371 or 11918650. OLE color: 11918650.

HSL color Cylindrical-coordinate representation of color #3ADDB5: hue angle of 165.28º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3ADDB5 is Cyan = 0.74, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB 58 221 181 -
CMYK 0.74 0 0.18 0.13
HSL 165.28º 0.71% 0.55% -
HSV(B) 165.28º 0.74% 0.87% -
XYZ 35.94 55.95 52.62 -
YUV 167.7 135.5 49.75 -
System Red Green Blue C M Y K H S L
Decimal 58 221 181 0.74 0 0.18 0.13 165.28 0.71 0.55
Hex 3A DD B5 4A 0 12 D A5 47 37
Octal 72 335 265 112 0 22 15 245 107 67
Binary 111010 11011101 10110101 1001010 0 10010 1101 10100101 1000111 110111

Color Harmonies of #3ADDB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ADDB5

Black with #3ADDB5

Text Example


Text Example

White with #3ADDB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,221,181); }

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

background-color css

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

 a { background-color: rgb(58,221,181); }

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

border-color css

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

 span { border-color: rgb(58,221,181); }

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