Html Css Color HEX #3ACCDD Medium Turquoise

📋 copy color: '#3ACCDD'

red 58 ◦ green 204 ◦ blue 221

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

Shades of Medium Turquoise #3ACCDD

Tints of Medium Turquoise #3ACCDD

RGB

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

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

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

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

CMYK

 C value IS 0.74

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

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

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

Color convert

RGB 58 204 221 -
CMYK 0.74 0.08 0 0.13
HSL 186.26º 0.71% 0.55% -
HSV(B) 186.26º 0.74% 0.87% -
XYZ 36.39 49.31 76.01 -
YUV 162.28 161.13 53.62 -
System Red Green Blue C M Y K H S L
Decimal 58 204 221 0.74 0.08 0 0.13 186.26 0.71 0.55
Hex 3A CC DD 4A 8 0 D BA 47 37
Octal 72 314 335 112 10 0 15 272 107 67
Binary 111010 11001100 11011101 1001010 1000 0 1101 10111010 1000111 110111

Color Harmonies of #3ACCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ACCDD

Black with #3ACCDD

Text Example


Text Example

White with #3ACCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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