#3ACFDF

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

Shades of Medium Turquoise #3ACFDF

Tints of Medium Turquoise #3ACFDF

Color information

#3ACFDF (or 0x3ACFDF) is unknown color: approx Medium Turquoise. HEX triplet: 3A, CF and DF. RGB value is (58,207,223). Sum of RGB (Red+Green+Blue) = 58+207+223=488 (64% of max value = 765). Red value is 58 (23.05% from 255 or 11.89% from 488); Green value is 207 (81.25% from 255 or 42.42% from 488); Blue value is 223 (87.5% from 255 or 45.70% from 488); Max value from RGB is 223 - color contains mainly: blue. Hex color #3ACFDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ACFDF is #C53020. Grayscale: #A4A4A4. Windows color (decimal): -12922913 or 14667578. OLE color: 14667578.

HSL color Cylindrical-coordinate representation of color #3ACFDF: hue angle of 185.82º degrees, saturation: 0.72, 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 #3ACFDF is Cyan = 0.74, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB58207223-
CMYK0.740.0700.13
HSL185.82º72.05%55.1%-
HSV(B)185.82º73.99%87.45%-
XYZ37.3850.8577.66-
YUV164.27161.1452.2-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 11.89%
GREEN value IS 207 (81.25% from 255) = 42.42%
BLUE value IS 223 (87.5% from 255) = 45.70%
R=11.89%
G=42.42%
B=45.70%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal582072230.740.0700.13185.8272.0555.1
Hex3ACFDF4A70Dba4837
Octal72317337112701527211067
Binary1110101100111111011111100101011101101101110101001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ACFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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