#3ACFE0

Color #3ACFE0 Medium Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Turquoise #3ACFE0

Tints of Medium Turquoise #3ACFE0

Color information

#3ACFE0 (or 0x3ACFE0) is unknown color: approx Medium Turquoise. HEX triplet: 3A, CF and E0. RGB value is (58,207,224). Sum of RGB (Red+Green+Blue) = 58+207+224=489 (64% of max value = 765). Red value is 58 (23.05% from 255 or 11.86% from 489); Green value is 207 (81.25% from 255 or 42.33% from 489); Blue value is 224 (87.89% from 255 or 45.81% from 489); Max value from RGB is 224 - color contains mainly: blue. Hex color #3ACFE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ACFE0 is #C5301F. Grayscale: #A4A4A4. Windows color (decimal): -12922912 or 14733114. OLE color: 14733114.

HSL color Cylindrical-coordinate representation of color #3ACFE0: hue angle of 186.14º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3ACFE0 is Cyan = 0.74, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB58207224-
CMYK0.740.0800.12
HSL186.14º72.81%55.29%-
HSV(B)186.14º74.11%87.84%-
XYZ37.5150.9178.37-
YUV164.39161.6452.12-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 11.86%
GREEN value IS 207 (81.25% from 255) = 42.33%
BLUE value IS 224 (87.89% from 255) = 45.81%
R=11.86%
G=42.33%
B=45.81%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal582072240.740.0800.12186.1472.8155.29
Hex3ACFE04A80Cba4937
Octal723173401121001427211167
Binary11101011001111111000001001010100001100101110101001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ACFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,207,224); }

 H1.HeaderClassName
 {
   color: #3ACFE0;
 }
 .AnyTagClassName
 {
   color: #3ACFE0;
 }
</style>
background-color css

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

 a { background-color: rgb(58,207,224); }

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

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

 span { border-color: rgb(58,207,224); }

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