Html Css Color HEX #3ACEC8 Medium Turquoise

📋 copy color: '#3ACEC8'

red 58 ◦ green 206 ◦ blue 200

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

Shades of Medium Turquoise #3ACEC8

Tints of Medium Turquoise #3ACEC8

RGB

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

 GREEN value IS 206 (80.86% from 255) = 44.4%

 BLUE value IS 200 (78.52% from 255) = 43.1%

R = 12.5%
G = 44.4%
B = 43.1%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.03

 K value IS 0.19

RGB Variations

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

Color information

#3ACEC8 (or 0x3ACEC8) is known color: Medium Turquoise. HEX triplet: 3A, CE and C8. RGB value is (58,206,200). Sum of RGB (Red+Green+Blue) = 58+206+200=464 (61% of max value = 765). Red value is 58 (23.05% from 255 or 12.5% from 464); Green value is 206 (80.86% from 255 or 44.40% from 464); Blue value is 200 (78.52% from 255 or 43.10% from 464); Max value from RGB is 206 - color contains mainly: green. Hex color #3ACEC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ACEC8 is #C53137. Grayscale: #A0A0A0. Windows color (decimal): -12923192 or 13159994. OLE color: 13159994.

HSL color Cylindrical-coordinate representation of color #3ACEC8: hue angle of 177.57º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3ACEC8 is Cyan = 0.72, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB 58 206 200 -
CMYK 0.72 0 0.03 0.19
HSL 177.57º 0.6% 0.52% -
HSV(B) 177.57º 0.72% 0.81% -
XYZ 34.24 49.21 62.34 -
YUV 161.06 149.97 54.49 -
System Red Green Blue C M Y K H S L
Decimal 58 206 200 0.72 0 0.03 0.19 177.57 0.6 0.52
Hex 3A CE C8 48 0 3 13 B2 3C 34
Octal 72 316 310 110 0 3 23 262 74 64
Binary 111010 11001110 11001000 1001000 0 11 10011 10110010 111100 110100

Color Harmonies of #3ACEC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ACEC8

Black with #3ACEC8

Text Example


Text Example

White with #3ACEC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,206,200); }

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

background-color css

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

 a { background-color: rgb(58,206,200); }

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

border-color css

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

 span { border-color: rgb(58,206,200); }

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