Html Css Color HEX #3ACCBE Medium Turquoise

📋 copy color: '#3ACCBE'

red 58 ◦ green 204 ◦ blue 190

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

Shades of Medium Turquoise #3ACCBE

Tints of Medium Turquoise #3ACCBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.04%

R = 12.83%
G = 45.13%
B = 42.04%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#3ACCBE (or 0x3ACCBE) is known color: Medium Turquoise. HEX triplet: 3A, CC and BE. RGB value is (58,204,190). Sum of RGB (Red+Green+Blue) = 58+204+190=452 (59% of max value = 765). Red value is 58 (23.05% from 255 or 12.83% from 452); Green value is 204 (80.08% from 255 or 45.13% from 452); Blue value is 190 (74.61% from 255 or 42.04% from 452); Max value from RGB is 204 - color contains mainly: green. Hex color #3ACCBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ACCBE is #C53341. Grayscale: #9E9E9E. Windows color (decimal): -12923714 or 12504122. OLE color: 12504122.

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

Color convert

RGB 58 204 190 -
CMYK 0.72 0 0.07 0.2
HSL 174.25º 0.59% 0.51% -
HSV(B) 174.25º 0.72% 0.8% -
XYZ 32.63 47.8 56.22 -
YUV 158.75 145.63 56.14 -
System Red Green Blue C M Y K H S L
Decimal 58 204 190 0.72 0 0.07 0.2 174.25 0.59 0.51
Hex 3A CC BE 48 0 7 14 AE 3B 33
Octal 72 314 276 110 0 7 24 256 73 63
Binary 111010 11001100 10111110 1001000 0 111 10100 10101110 111011 110011

Color Harmonies of #3ACCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ACCBE

Black with #3ACCBE

Text Example


Text Example

White with #3ACCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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