#3ACFDD

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

Shades of Medium Turquoise #3ACFDD

Tints of Medium Turquoise #3ACFDD

Color information

#3ACFDD (or 0x3ACFDD) is unknown color: approx Medium Turquoise. HEX triplet: 3A, CF and DD. RGB value is (58,207,221). Sum of RGB (Red+Green+Blue) = 58+207+221=486 (64% of max value = 765). Red value is 58 (23.05% from 255 or 11.93% from 486); Green value is 207 (81.25% from 255 or 42.59% from 486); Blue value is 221 (86.72% from 255 or 45.47% from 486); Max value from RGB is 221 - color contains mainly: blue. Hex color #3ACFDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ACFDD is #C53022. Grayscale: #A3A3A3. Windows color (decimal): -12922915 or 14536506. OLE color: 14536506.

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

Color convert

RGB58207221-
CMYK0.740.0600.13
HSL185.15º70.56%54.71%-
HSV(B)185.15º73.76%86.67%-
XYZ37.1150.7576.25-
YUV164.04160.1452.36-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 11.93%
GREEN value IS 207 (81.25% from 255) = 42.59%
BLUE value IS 221 (86.72% from 255) = 45.47%
R=11.93%
G=42.59%
B=45.47%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal582072210.740.0600.13185.1570.5654.71
Hex3ACFDD4A60Db94737
Octal72317335112601527110767
Binary1110101100111111011101100101011001101101110011000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ACFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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