Html Css Color HEX #3ACADC Medium Turquoise

📋 copy color: '#3ACADC'

red 58 ◦ green 202 ◦ blue 220

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

Shades of Medium Turquoise #3ACADC

Tints of Medium Turquoise #3ACADC

RGB

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

 GREEN value IS 202 (79.3% from 255) = 42.08%

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

R = 12.08%
G = 42.08%
B = 45.83%

CMYK

 C value IS 0.74

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3ACADC (or 0x3ACADC) is known color: Medium Turquoise. HEX triplet: 3A, CA and DC. RGB value is (58,202,220). Sum of RGB (Red+Green+Blue) = 58+202+220=480 (63% of max value = 765). Red value is 58 (23.05% from 255 or 12.08% from 480); Green value is 202 (79.30% from 255 or 42.08% from 480); Blue value is 220 (86.33% from 255 or 45.83% from 480); Max value from RGB is 220 - color contains mainly: blue. Hex color #3ACADC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ACADC is #C53523. Grayscale: #A0A0A0. Windows color (decimal): -12924196 or 14469690. OLE color: 14469690.

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

Color convert

RGB 58 202 220 -
CMYK 0.74 0.08 0 0.14
HSL 186.67º 0.7% 0.55% -
HSV(B) 186.67º 0.74% 0.86% -
XYZ 35.78 48.31 75.15 -
YUV 161 161.29 54.54 -
System Red Green Blue C M Y K H S L
Decimal 58 202 220 0.74 0.08 0 0.14 186.67 0.7 0.55
Hex 3A CA DC 4A 8 0 E BB 46 37
Octal 72 312 334 112 10 0 16 273 106 67
Binary 111010 11001010 11011100 1001010 1000 0 1110 10111011 1000110 110111

Color Harmonies of #3ACADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ACADC

Black with #3ACADC

Text Example


Text Example

White with #3ACADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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