#3DDDE2

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

Shades of Turquoise #3DDDE2

Tints of Turquoise #3DDDE2

Color information

#3DDDE2 (or 0x3DDDE2) is unknown color: approx Turquoise. HEX triplet: 3D, DD and E2. RGB value is (61,221,226). Sum of RGB (Red+Green+Blue) = 61+221+226=508 (67% of max value = 765). Red value is 61 (24.22% from 255 or 12.01% from 508); Green value is 221 (86.72% from 255 or 43.50% from 508); Blue value is 226 (88.67% from 255 or 44.49% from 508); Max value from RGB is 226 - color contains mainly: blue. Hex color #3DDDE2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DDDE2 is #C2221D. Grayscale: #ADADAD. Windows color (decimal): -12722718 or 14867773. OLE color: 14867773.

HSL color Cylindrical-coordinate representation of color #3DDDE2: hue angle of 181.82º 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 #3DDDE2 is Cyan = 0.73, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB61221226-
CMYK0.730.0200.11
HSL181.82º73.99%56.27%-
HSV(B)181.82º73.01%88.63%-
XYZ41.5158.281-
YUV173.73157.4947.59-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 12.01%
GREEN value IS 221 (86.72% from 255) = 43.50%
BLUE value IS 226 (88.67% from 255) = 44.49%
R=12.01%
G=43.50%
B=44.49%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal612212260.730.0200.11181.8273.9956.27
Hex3DDDE24920Bb64a38
Octal75335342111201326611270
Binary111101110111011110001010010011001011101101101001010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DDDE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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