#3DDCCB

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

Shades of Turquoise #3DDCCB

Tints of Turquoise #3DDCCB

Color information

#3DDCCB (or 0x3DDCCB) is unknown color: approx Turquoise. HEX triplet: 3D, DC and CB. RGB value is (61,220,203). Sum of RGB (Red+Green+Blue) = 61+220+203=484 (64% of max value = 765). Red value is 61 (24.22% from 255 or 12.60% from 484); Green value is 220 (86.33% from 255 or 45.45% from 484); Blue value is 203 (79.69% from 255 or 41.94% from 484); Max value from RGB is 220 - color contains mainly: green. Hex color #3DDCCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DDCCB is #C22334. Grayscale: #AAAAAA. Windows color (decimal): -12722997 or 13360189. OLE color: 13360189.

HSL color Cylindrical-coordinate representation of color #3DDCCB: hue angle of 173.58º 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 #3DDCCB is Cyan = 0.72, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB61220203-
CMYK0.7200.080.14
HSL173.58º69.43%55.1%-
HSV(B)173.58º72.27%86.27%-
XYZ38.356.4965.39-
YUV170.52146.3249.88-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 12.60%
GREEN value IS 220 (86.33% from 255) = 45.45%
BLUE value IS 203 (79.69% from 255) = 41.94%
R=12.60%
G=45.45%
B=41.94%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal612202030.7200.080.14173.5869.4355.1
Hex3DDCCB4808Eae4537
Octal753343131100101625610567
Binary11110111011100110010111001000010001110101011101000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DDCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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