Html Css Color HEX #3ADDD3 Turquoise

📋 copy color: '#3ADDD3'

red 58 ◦ green 221 ◦ blue 211

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

Shades of Turquoise #3ADDD3

Tints of Turquoise #3ADDD3

RGB

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

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

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

R = 11.84%
G = 45.1%
B = 43.06%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#3ADDD3 (or 0x3ADDD3) is known color: Turquoise. HEX triplet: 3A, DD and D3. RGB value is (58,221,211). Sum of RGB (Red+Green+Blue) = 58+221+211=490 (64% of max value = 765). Red value is 58 (23.05% from 255 or 11.84% from 490); Green value is 221 (86.72% from 255 or 45.10% from 490); Blue value is 211 (82.81% from 255 or 43.06% from 490); Max value from RGB is 221 - color contains mainly: green. Hex color #3ADDD3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ADDD3 is #C5222C. Grayscale: #ABABAB. Windows color (decimal): -12919341 or 13884730. OLE color: 13884730.

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

Color convert

RGB 58 221 211 -
CMYK 0.74 0 0.05 0.13
HSL 176.32º 0.71% 0.55% -
HSV(B) 176.32º 0.74% 0.87% -
XYZ 39.36 57.32 70.62 -
YUV 171.12 150.5 47.31 -
System Red Green Blue C M Y K H S L
Decimal 58 221 211 0.74 0 0.05 0.13 176.32 0.71 0.55
Hex 3A DD D3 4A 0 5 D B0 47 37
Octal 72 335 323 112 0 5 15 260 107 67
Binary 111010 11011101 11010011 1001010 0 101 1101 10110000 1000111 110111

Color Harmonies of #3ADDD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ADDD3

Black with #3ADDD3

Text Example


Text Example

White with #3ADDD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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