Html Css Color HEX #3ACCB6 Medium Turquoise

📋 copy color: '#3ACCB6'

red 58 ◦ green 204 ◦ blue 182

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

Shades of Medium Turquoise #3ACCB6

Tints of Medium Turquoise #3ACCB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 40.99%

R = 13.06%
G = 45.95%
B = 40.99%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.11

 K value IS 0.2

RGB Variations

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

Color information

#3ACCB6 (or 0x3ACCB6) is known color: Medium Turquoise. HEX triplet: 3A, CC and B6. RGB value is (58,204,182). Sum of RGB (Red+Green+Blue) = 58+204+182=444 (58% of max value = 765). Red value is 58 (23.05% from 255 or 13.06% from 444); Green value is 204 (80.08% from 255 or 45.95% from 444); Blue value is 182 (71.48% from 255 or 40.99% from 444); Max value from RGB is 204 - color contains mainly: green. Hex color #3ACCB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ACCB6 is #C53349. Grayscale: #9D9D9D. Windows color (decimal): -12923722 or 11979834. OLE color: 11979834.

HSL color Cylindrical-coordinate representation of color #3ACCB6: hue angle of 170.96º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3ACCB6 is Cyan = 0.72, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.2.

Color convert

RGB 58 204 182 -
CMYK 0.72 0 0.11 0.2
HSL 170.96º 0.59% 0.51% -
HSV(B) 170.96º 0.72% 0.8% -
XYZ 31.78 47.46 51.74 -
YUV 157.84 141.63 56.79 -
System Red Green Blue C M Y K H S L
Decimal 58 204 182 0.72 0 0.11 0.2 170.96 0.59 0.51
Hex 3A CC B6 48 0 B 14 AB 3B 33
Octal 72 314 266 110 0 13 24 253 73 63
Binary 111010 11001100 10110110 1001000 0 1011 10100 10101011 111011 110011

Color Harmonies of #3ACCB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ACCB6

Black with #3ACCB6

Text Example


Text Example

White with #3ACCB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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