#3DFDE5

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

Shades of Turquoise #3DFDE5

Tints of Turquoise #3DFDE5

Color information

#3DFDE5 (or 0x3DFDE5) is unknown color: approx Turquoise. HEX triplet: 3D, FD and E5. RGB value is (61,253,229). Sum of RGB (Red+Green+Blue) = 61+253+229=543 (71% of max value = 765). Red value is 61 (24.22% from 255 or 11.23% from 543); Green value is 253 (99.22% from 255 or 46.59% from 543); Blue value is 229 (89.84% from 255 or 42.17% from 543); Max value from RGB is 253 - color contains mainly: green. Hex color #3DFDE5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DFDE5 is #C2021A. Grayscale: #C0C0C0. Windows color (decimal): -12714523 or 15072573. OLE color: 15072573.

HSL color Cylindrical-coordinate representation of color #3DFDE5: hue angle of 172.5º 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 #3DFDE5 is Cyan = 0.76, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB61253229-
CMYK0.7600.090.01
HSL172.5º97.96%61.57%-
HSV(B)172.5º75.89%99.22%-
XYZ51.1976.986.27-
YUV192.86148.3933.95-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 11.23%
GREEN value IS 253 (99.22% from 255) = 46.59%
BLUE value IS 229 (89.84% from 255) = 42.17%
R=11.23%
G=46.59%
B=42.17%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal612532290.7600.090.01172.597.9661.57
Hex3DFDE54C091ac623e
Octal75375345114011125414276
Binary11110111111101111001011001100010011101011001100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DFDE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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