#3DE0DA

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

Shades of Turquoise #3DE0DA

Tints of Turquoise #3DE0DA

Color information

#3DE0DA (or 0x3DE0DA) is unknown color: approx Turquoise. HEX triplet: 3D, E0 and DA. RGB value is (61,224,218). Sum of RGB (Red+Green+Blue) = 61+224+218=503 (66% of max value = 765). Red value is 61 (24.22% from 255 or 12.13% from 503); Green value is 224 (87.89% from 255 or 44.53% from 503); Blue value is 218 (85.55% from 255 or 43.34% from 503); Max value from RGB is 224 - color contains mainly: green. Hex color #3DE0DA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DE0DA is #C21F25. Grayscale: #AEAEAE. Windows color (decimal): -12721958 or 14344253. OLE color: 14344253.

HSL color Cylindrical-coordinate representation of color #3DE0DA: hue angle of 177.79º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3DE0DA is Cyan = 0.73, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB61224218-
CMYK0.7300.030.12
HSL177.79º72.44%55.88%-
HSV(B)177.79º72.77%87.84%-
XYZ41.2459.3775.62-
YUV174.58152.546.99-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 12.13%
GREEN value IS 224 (87.89% from 255) = 44.53%
BLUE value IS 218 (85.55% from 255) = 43.34%
R=12.13%
G=44.53%
B=43.34%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal612242180.7300.030.12177.7972.4455.88
Hex3DE0DA4903Cb24838
Octal75340332111031426211070
Binary111101111000001101101010010010111100101100101001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DE0DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,224,218); }

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

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

 a { background-color: rgb(61,224,218); }

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

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

 span { border-color: rgb(61,224,218); }

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