Html Css Color HEX #3ACED1 Medium Turquoise

📋 copy color: '#3ACED1'

red 58 ◦ green 206 ◦ blue 209

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

Shades of Medium Turquoise #3ACED1

Tints of Medium Turquoise #3ACED1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 44.19%

R = 12.26%
G = 43.55%
B = 44.19%

CMYK

 C value IS 0.72

 M value IS 0.01

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#3ACED1 (or 0x3ACED1) is known color: Medium Turquoise. HEX triplet: 3A, CE and D1. RGB value is (58,206,209). Sum of RGB (Red+Green+Blue) = 58+206+209=473 (62% of max value = 765). Red value is 58 (23.05% from 255 or 12.26% from 473); Green value is 206 (80.86% from 255 or 43.55% from 473); Blue value is 209 (82.03% from 255 or 44.19% from 473); Max value from RGB is 209 - color contains mainly: blue. Hex color #3ACED1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ACED1 is #C5312E. Grayscale: #A1A1A1. Windows color (decimal): -12923183 or 13749818. OLE color: 13749818.

HSL color Cylindrical-coordinate representation of color #3ACED1: hue angle of 181.19º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3ACED1 is Cyan = 0.72, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 58 206 209 -
CMYK 0.72 0.01 0 0.18
HSL 181.19º 0.62% 0.52% -
HSV(B) 181.19º 0.72% 0.82% -
XYZ 35.32 49.65 68.04 -
YUV 162.09 154.47 53.76 -
System Red Green Blue C M Y K H S L
Decimal 58 206 209 0.72 0.01 0 0.18 181.19 0.62 0.52
Hex 3A CE D1 48 1 0 12 B5 3E 34
Octal 72 316 321 110 1 0 22 265 76 64
Binary 111010 11001110 11010001 1001000 1 0 10010 10110101 111110 110100

Color Harmonies of #3ACED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ACED1

Black with #3ACED1

Text Example


Text Example

White with #3ACED1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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