#3DDCDE

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

Shades of Turquoise #3DDCDE

Tints of Turquoise #3DDCDE

Color information

#3DDCDE (or 0x3DDCDE) is unknown color: approx Turquoise. HEX triplet: 3D, DC and DE. RGB value is (61,220,222). Sum of RGB (Red+Green+Blue) = 61+220+222=503 (66% of max value = 765). Red value is 61 (24.22% from 255 or 12.13% from 503); Green value is 220 (86.33% from 255 or 43.74% from 503); Blue value is 222 (87.11% from 255 or 44.14% from 503); Max value from RGB is 222 - color contains mainly: blue. Hex color #3DDCDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DDCDE is #C22321. Grayscale: #ACACAC. Windows color (decimal): -12722978 or 14605373. OLE color: 14605373.

HSL color Cylindrical-coordinate representation of color #3DDCDE: hue angle of 180.75º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3DDCDE is Cyan = 0.73, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB61220222-
CMYK0.730.0100.13
HSL180.75º70.93%55.49%-
HSV(B)180.75º72.52%87.06%-
XYZ40.757.4578.05-
YUV172.69155.8248.34-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 12.13%
GREEN value IS 220 (86.33% from 255) = 43.74%
BLUE value IS 222 (87.11% from 255) = 44.14%
R=12.13%
G=43.74%
B=44.14%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal612202220.730.0100.13180.7570.9355.49
Hex3DDCDE4910Db54737
Octal75334336111101526510767
Binary11110111011100110111101001001101101101101011000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DDCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,220,222); }

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

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

 a { background-color: rgb(61,220,222); }

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

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

 span { border-color: rgb(61,220,222); }

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