Html Css Color HEX #3ADDCC Turquoise

📋 copy color: '#3ADDCC'

red 58 ◦ green 221 ◦ blue 204

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

Shades of Turquoise #3ADDCC

Tints of Turquoise #3ADDCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.24%

R = 12.01%
G = 45.76%
B = 42.24%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#3ADDCC (or 0x3ADDCC) is known color: Turquoise. HEX triplet: 3A, DD and CC. RGB value is (58,221,204). Sum of RGB (Red+Green+Blue) = 58+221+204=483 (63% of max value = 765). Red value is 58 (23.05% from 255 or 12.01% from 483); Green value is 221 (86.72% from 255 or 45.76% from 483); Blue value is 204 (80.08% from 255 or 42.24% from 483); Max value from RGB is 221 - color contains mainly: green. Hex color #3ADDCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ADDCC is #C52233. Grayscale: #AAAAAA. Windows color (decimal): -12919348 or 13425978. OLE color: 13425978.

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

Color convert

RGB 58 221 204 -
CMYK 0.74 0 0.08 0.13
HSL 173.74º 0.71% 0.55% -
HSV(B) 173.74º 0.74% 0.87% -
XYZ 38.5 56.97 66.09 -
YUV 170.33 147 47.88 -
System Red Green Blue C M Y K H S L
Decimal 58 221 204 0.74 0 0.08 0.13 173.74 0.71 0.55
Hex 3A DD CC 4A 0 8 D AE 47 37
Octal 72 335 314 112 0 10 15 256 107 67
Binary 111010 11011101 11001100 1001010 0 1000 1101 10101110 1000111 110111

Color Harmonies of #3ADDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ADDCC

Black with #3ADDCC

Text Example


Text Example

White with #3ADDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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