#3DD5E2

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

Shades of Turquoise #3DD5E2

Tints of Turquoise #3DD5E2

Color information

#3DD5E2 (or 0x3DD5E2) is unknown color: approx Turquoise. HEX triplet: 3D, D5 and E2. RGB value is (61,213,226). Sum of RGB (Red+Green+Blue) = 61+213+226=500 (66% of max value = 765). Red value is 61 (24.22% from 255 or 12.2% from 500); Green value is 213 (83.59% from 255 or 42.6% from 500); Blue value is 226 (88.67% from 255 or 45.2% from 500); Max value from RGB is 226 - color contains mainly: blue. Hex color #3DD5E2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DD5E2 is #C22A1D. Grayscale: #A8A8A8. Windows color (decimal): -12724766 or 14865725. OLE color: 14865725.

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

Color convert

RGB61213226-
CMYK0.730.0600.11
HSL184.73º73.99%56.27%-
HSV(B)184.73º73.01%88.63%-
XYZ39.4554.0780.31-
YUV169.03160.1450.94-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 12.2%
GREEN value IS 213 (83.59% from 255) = 42.6%
BLUE value IS 226 (88.67% from 255) = 45.2%
R=12.2%
G=42.6%
B=45.2%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal612132260.730.0600.11184.7373.9956.27
Hex3DD5E24960Bb94a38
Octal75325342111601327111270
Binary1111011101010111100010100100111001011101110011001010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DD5E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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