#3DDCCE

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

Shades of Turquoise #3DDCCE

Tints of Turquoise #3DDCCE

Color information

#3DDCCE (or 0x3DDCCE) is unknown color: approx Turquoise. HEX triplet: 3D, DC and CE. RGB value is (61,220,206). Sum of RGB (Red+Green+Blue) = 61+220+206=487 (64% of max value = 765). Red value is 61 (24.22% from 255 or 12.53% from 487); Green value is 220 (86.33% from 255 or 45.17% from 487); Blue value is 206 (80.86% from 255 or 42.30% from 487); Max value from RGB is 220 - color contains mainly: green. Hex color #3DDCCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DDCCE is #C22331. Grayscale: #AAAAAA. Windows color (decimal): -12722994 or 13556797. OLE color: 13556797.

HSL color Cylindrical-coordinate representation of color #3DDCCE: hue angle of 174.72º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DDCCE is Cyan = 0.72, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB61220206-
CMYK0.7200.060.14
HSL174.72º69.43%55.1%-
HSV(B)174.72º72.27%86.27%-
XYZ38.6656.6367.29-
YUV170.86147.8249.64-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 12.53%
GREEN value IS 220 (86.33% from 255) = 45.17%
BLUE value IS 206 (80.86% from 255) = 42.30%
R=12.53%
G=45.17%
B=42.30%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal612202060.7200.060.14174.7269.4355.1
Hex3DDCCE4806Eaf4537
Octal75334316110061625710567
Binary1111011101110011001110100100001101110101011111000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DDCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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