#3DF4F0

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

Shades of Turquoise #3DF4F0

Tints of Turquoise #3DF4F0

Color information

#3DF4F0 (or 0x3DF4F0) is unknown color: approx Turquoise. HEX triplet: 3D, F4 and F0. RGB value is (61,244,240). Sum of RGB (Red+Green+Blue) = 61+244+240=545 (72% of max value = 765). Red value is 61 (24.22% from 255 or 11.19% from 545); Green value is 244 (95.70% from 255 or 44.77% from 545); Blue value is 240 (94.14% from 255 or 44.04% from 545); Max value from RGB is 244 - color contains mainly: green. Hex color #3DF4F0 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3DF4F0 is #C20B0F. Grayscale: #BCBCBC. Windows color (decimal): -12716816 or 15791165. OLE color: 15791165.

HSL color Cylindrical-coordinate representation of color #3DF4F0: hue angle of 178.69º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DF4F0 is Cyan = 0.75, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB61244240-
CMYK0.7500.020.04
HSL178.69º89.27%59.8%-
HSV(B)178.69º75%95.69%-
XYZ5071.9893.7-
YUV188.83156.8736.83-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 11.19%
GREEN value IS 244 (95.70% from 255) = 44.77%
BLUE value IS 240 (94.14% from 255) = 44.04%
R=11.19%
G=44.77%
B=44.04%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal612442400.7500.020.04178.6989.2759.8
Hex3DF4F04B024b3593c
Octal7536436011302426313174
Binary11110111110100111100001001011010100101100111011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DF4F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,244,240); }

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

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

 a { background-color: rgb(61,244,240); }

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

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

 span { border-color: rgb(61,244,240); }

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