#3DFDE4

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

Shades of Turquoise #3DFDE4

Tints of Turquoise #3DFDE4

Color information

#3DFDE4 (or 0x3DFDE4) is unknown color: approx Turquoise. HEX triplet: 3D, FD and E4. RGB value is (61,253,228). Sum of RGB (Red+Green+Blue) = 61+253+228=542 (71% of max value = 765). Red value is 61 (24.22% from 255 or 11.25% from 542); Green value is 253 (99.22% from 255 or 46.68% from 542); Blue value is 228 (89.45% from 255 or 42.07% from 542); Max value from RGB is 253 - color contains mainly: green. Hex color #3DFDE4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DFDE4 is #C2021B. Grayscale: #C0C0C0. Windows color (decimal): -12714524 or 15007037. OLE color: 15007037.

HSL color Cylindrical-coordinate representation of color #3DFDE4: hue angle of 172.19º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DFDE4 is Cyan = 0.76, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.

Color convert

RGB61253228-
CMYK0.7600.100.01
HSL172.19º97.96%61.57%-
HSV(B)172.19º75.89%99.22%-
XYZ51.0576.8485.54-
YUV192.74147.8934.03-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 11.25%
GREEN value IS 253 (99.22% from 255) = 46.68%
BLUE value IS 228 (89.45% from 255) = 42.07%
R=11.25%
G=46.68%
B=42.07%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal612532280.7600.100.01172.1997.9661.57
Hex3DFDE44C0A1ac623e
Octal75375344114012125414276
Binary11110111111101111001001001100010101101011001100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DFDE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,253,228); }

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

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

 a { background-color: rgb(61,253,228); }

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

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

 span { border-color: rgb(61,253,228); }

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