Html Css Color HEX #3ADDB4 Turquoise

📋 copy color: '#3ADDB4'

red 58 ◦ green 221 ◦ blue 180

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

Shades of Turquoise #3ADDB4

Tints of Turquoise #3ADDB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 39.22%

R = 12.64%
G = 48.15%
B = 39.22%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#3ADDB4 (or 0x3ADDB4) is known color: Turquoise. HEX triplet: 3A, DD and B4. RGB value is (58,221,180). Sum of RGB (Red+Green+Blue) = 58+221+180=459 (60% of max value = 765). Red value is 58 (23.05% from 255 or 12.64% from 459); Green value is 221 (86.72% from 255 or 48.15% from 459); Blue value is 180 (70.70% from 255 or 39.22% from 459); Max value from RGB is 221 - color contains mainly: green. Hex color #3ADDB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ADDB4 is #C5224B. Grayscale: #A7A7A7. Windows color (decimal): -12919372 or 11853114. OLE color: 11853114.

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

Color convert

RGB 58 221 180 -
CMYK 0.74 0 0.19 0.13
HSL 164.91º 0.71% 0.55% -
HSV(B) 164.91º 0.74% 0.87% -
XYZ 35.84 55.91 52.08 -
YUV 167.59 135 49.83 -
System Red Green Blue C M Y K H S L
Decimal 58 221 180 0.74 0 0.19 0.13 164.91 0.71 0.55
Hex 3A DD B4 4A 0 13 D A5 47 37
Octal 72 335 264 112 0 23 15 245 107 67
Binary 111010 11011101 10110100 1001010 0 10011 1101 10100101 1000111 110111

Color Harmonies of #3ADDB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ADDB4

Black with #3ADDB4

Text Example


Text Example

White with #3ADDB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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