Html Css Color HEX #3ACEDC Medium Turquoise

📋 copy color: '#3ACEDC'

red 58 ◦ green 206 ◦ blue 220

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

Shades of Medium Turquoise #3ACEDC

Tints of Medium Turquoise #3ACEDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.45%

R = 11.98%
G = 42.56%
B = 45.45%

CMYK

 C value IS 0.74

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3ACEDC (or 0x3ACEDC) is known color: Medium Turquoise. HEX triplet: 3A, CE and DC. RGB value is (58,206,220). Sum of RGB (Red+Green+Blue) = 58+206+220=484 (64% of max value = 765). Red value is 58 (23.05% from 255 or 11.98% from 484); Green value is 206 (80.86% from 255 or 42.56% from 484); Blue value is 220 (86.33% from 255 or 45.45% from 484); Max value from RGB is 220 - color contains mainly: blue. Hex color #3ACEDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ACEDC is #C53123. Grayscale: #A3A3A3. Windows color (decimal): -12923172 or 14470714. OLE color: 14470714.

HSL color Cylindrical-coordinate representation of color #3ACEDC: hue angle of 185.19º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3ACEDC is Cyan = 0.74, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 58 206 220 -
CMYK 0.74 0.06 0 0.14
HSL 185.19º 0.7% 0.55% -
HSV(B) 185.19º 0.74% 0.86% -
XYZ 36.73 50.21 75.47 -
YUV 163.34 159.97 52.86 -
System Red Green Blue C M Y K H S L
Decimal 58 206 220 0.74 0.06 0 0.14 185.19 0.7 0.55
Hex 3A CE DC 4A 6 0 E B9 46 37
Octal 72 316 334 112 6 0 16 271 106 67
Binary 111010 11001110 11011100 1001010 110 0 1110 10111001 1000110 110111

Color Harmonies of #3ACEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ACEDC

Black with #3ACEDC

Text Example


Text Example

White with #3ACEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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