Html Css Color HEX #3ACDDD Medium Turquoise

📋 copy color: '#3ACDDD'

red 58 ◦ green 205 ◦ blue 221

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

Shades of Medium Turquoise #3ACDDD

Tints of Medium Turquoise #3ACDDD

RGB

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

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

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

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

CMYK

 C value IS 0.74

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

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

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

Color convert

RGB 58 205 221 -
CMYK 0.74 0.07 0 0.13
HSL 185.89º 0.71% 0.55% -
HSV(B) 185.89º 0.74% 0.87% -
XYZ 36.63 49.78 76.09 -
YUV 162.87 160.8 53.2 -
System Red Green Blue C M Y K H S L
Decimal 58 205 221 0.74 0.07 0 0.13 185.89 0.71 0.55
Hex 3A CD DD 4A 7 0 D BA 47 37
Octal 72 315 335 112 7 0 15 272 107 67
Binary 111010 11001101 11011101 1001010 111 0 1101 10111010 1000111 110111

Color Harmonies of #3ACDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ACDDD

Black with #3ACDDD

Text Example


Text Example

White with #3ACDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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