Html Css Color HEX #3ADDCD Turquoise

📋 copy color: '#3ADDCD'

red 58 ◦ green 221 ◦ blue 205

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

Shades of Turquoise #3ADDCD

Tints of Turquoise #3ADDCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.36%

R = 11.98%
G = 45.66%
B = 42.36%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#3ADDCD (or 0x3ADDCD) is known color: Turquoise. HEX triplet: 3A, DD and CD. RGB value is (58,221,205). Sum of RGB (Red+Green+Blue) = 58+221+205=484 (64% of max value = 765). Red value is 58 (23.05% from 255 or 11.98% from 484); Green value is 221 (86.72% from 255 or 45.66% from 484); Blue value is 205 (80.47% from 255 or 42.36% from 484); Max value from RGB is 221 - color contains mainly: green. Hex color #3ADDCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ADDCD is #C52232. Grayscale: #AAAAAA. Windows color (decimal): -12919347 or 13491514. OLE color: 13491514.

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

Color convert

RGB 58 221 205 -
CMYK 0.74 0 0.07 0.13
HSL 174.11º 0.71% 0.55% -
HSV(B) 174.11º 0.74% 0.87% -
XYZ 38.62 57.02 66.73 -
YUV 170.44 147.5 47.8 -
System Red Green Blue C M Y K H S L
Decimal 58 221 205 0.74 0 0.07 0.13 174.11 0.71 0.55
Hex 3A DD CD 4A 0 7 D AE 47 37
Octal 72 335 315 112 0 7 15 256 107 67
Binary 111010 11011101 11001101 1001010 0 111 1101 10101110 1000111 110111

Color Harmonies of #3ADDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ADDCD

Black with #3ADDCD

Text Example


Text Example

White with #3ADDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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