#3DD9E5

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

Shades of Turquoise #3DD9E5

Tints of Turquoise #3DD9E5

Color information

#3DD9E5 (or 0x3DD9E5) is unknown color: approx Turquoise. HEX triplet: 3D, D9 and E5. RGB value is (61,217,229). Sum of RGB (Red+Green+Blue) = 61+217+229=507 (67% of max value = 765). Red value is 61 (24.22% from 255 or 12.03% from 507); Green value is 217 (85.16% from 255 or 42.80% from 507); Blue value is 229 (89.84% from 255 or 45.17% from 507); Max value from RGB is 229 - color contains mainly: blue. Hex color #3DD9E5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DD9E5 is #C2261A. Grayscale: #ABABAB. Windows color (decimal): -12723739 or 15063357. OLE color: 15063357.

HSL color Cylindrical-coordinate representation of color #3DD9E5: hue angle of 184.29º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3DD9E5 is Cyan = 0.73, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB61217229-
CMYK0.730.0500.10
HSL184.29º76.36%56.86%-
HSV(B)184.29º73.36%89.8%-
XYZ40.8856.2782.84-
YUV171.72160.3249.02-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 12.03%
GREEN value IS 217 (85.16% from 255) = 42.80%
BLUE value IS 229 (89.84% from 255) = 45.17%
R=12.03%
G=42.80%
B=45.17%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal612172290.730.0500.10184.2976.3656.86
Hex3DD9E54950Ab84c39
Octal75331345111501227011471
Binary1111011101100111100101100100110101010101110001001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DD9E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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