#3DEFD5

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

Shades of Turquoise #3DEFD5

Tints of Turquoise #3DEFD5

Color information

#3DEFD5 (or 0x3DEFD5) is unknown color: approx Turquoise. HEX triplet: 3D, EF and D5. RGB value is (61,239,213). Sum of RGB (Red+Green+Blue) = 61+239+213=513 (67% of max value = 765). Red value is 61 (24.22% from 255 or 11.89% from 513); Green value is 239 (93.75% from 255 or 46.59% from 513); Blue value is 213 (83.59% from 255 or 41.52% from 513); Max value from RGB is 239 - color contains mainly: green. Hex color #3DEFD5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DEFD5 is #C2102A. Grayscale: #B6B6B6. Windows color (decimal): -12718123 or 14020413. OLE color: 14020413.

HSL color Cylindrical-coordinate representation of color #3DEFD5: hue angle of 171.24º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DEFD5 is Cyan = 0.74, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB61239213-
CMYK0.7400.110.06
HSL171.24º84.76%58.82%-
HSV(B)171.24º74.48%93.73%-
XYZ44.867.5373.62-
YUV182.81145.0341.11-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 11.89%
GREEN value IS 239 (93.75% from 255) = 46.59%
BLUE value IS 213 (83.59% from 255) = 41.52%
R=11.89%
G=46.59%
B=41.52%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal612392130.7400.110.06171.2484.7658.82
Hex3DEFD54A0B6ab553b
Octal75357325112013625312573
Binary1111011110111111010101100101001011110101010111010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DEFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,239,213); }

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

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

 a { background-color: rgb(61,239,213); }

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

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

 span { border-color: rgb(61,239,213); }

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