#3ACFE3

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

Shades of Medium Turquoise #3ACFE3

Tints of Medium Turquoise #3ACFE3

Color information

#3ACFE3 (or 0x3ACFE3) is unknown color: approx Medium Turquoise. HEX triplet: 3A, CF and E3. RGB value is (58,207,227). Sum of RGB (Red+Green+Blue) = 58+207+227=492 (65% of max value = 765). Red value is 58 (23.05% from 255 or 11.79% from 492); Green value is 207 (81.25% from 255 or 42.07% from 492); Blue value is 227 (89.06% from 255 or 46.14% from 492); Max value from RGB is 227 - color contains mainly: blue. Hex color #3ACFE3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ACFE3 is #C5301C. Grayscale: #A4A4A4. Windows color (decimal): -12922909 or 14929722. OLE color: 14929722.

HSL color Cylindrical-coordinate representation of color #3ACFE3: hue angle of 187.1º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3ACFE3 is Cyan = 0.74, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB58207227-
CMYK0.740.0900.11
HSL187.1º75.11%55.88%-
HSV(B)187.1º74.45%89.02%-
XYZ37.9251.0780.53-
YUV164.73163.1451.87-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 11.79%
GREEN value IS 207 (81.25% from 255) = 42.07%
BLUE value IS 227 (89.06% from 255) = 46.14%
R=11.79%
G=42.07%
B=46.14%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal582072270.740.0900.11187.175.1155.88
Hex3ACFE34A90Bbb4b38
Octal723173431121101327311370
Binary11101011001111111000111001010100101011101110111001011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ACFE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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