#3DF4CF

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

Shades of Turquoise #3DF4CF

Tints of Turquoise #3DF4CF

Color information

#3DF4CF (or 0x3DF4CF) is unknown color: approx Turquoise. HEX triplet: 3D, F4 and CF. RGB value is (61,244,207). Sum of RGB (Red+Green+Blue) = 61+244+207=512 (67% of max value = 765). Red value is 61 (24.22% from 255 or 11.91% from 512); Green value is 244 (95.70% from 255 or 47.66% from 512); Blue value is 207 (81.25% from 255 or 40.43% from 512); Max value from RGB is 244 - color contains mainly: green. Hex color #3DF4CF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DF4CF is #C20B30. Grayscale: #B9B9B9. Windows color (decimal): -12716849 or 13628477. OLE color: 13628477.

HSL color Cylindrical-coordinate representation of color #3DF4CF: hue angle of 167.87º 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 #3DF4CF is Cyan = 0.75, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.04.

Color convert

RGB61244207-
CMYK0.7500.150.04
HSL167.87º89.27%59.8%-
HSV(B)167.87º75%95.69%-
XYZ45.5470.270.18-
YUV185.06140.3739.51-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 11.91%
GREEN value IS 244 (95.70% from 255) = 47.66%
BLUE value IS 207 (81.25% from 255) = 40.43%
R=11.91%
G=47.66%
B=40.43%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal612442070.7500.150.04167.8789.2759.8
Hex3DF4CF4B0F4a8593c
Octal75364317113017425013174
Binary1111011111010011001111100101101111100101010001011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DF4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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