#3DDBBA

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

Shades of Turquoise #3DDBBA

Tints of Turquoise #3DDBBA

Color information

#3DDBBA (or 0x3DDBBA) is unknown color: approx Turquoise. HEX triplet: 3D, DB and BA. RGB value is (61,219,186). Sum of RGB (Red+Green+Blue) = 61+219+186=466 (61% of max value = 765). Red value is 61 (24.22% from 255 or 13.09% from 466); Green value is 219 (85.94% from 255 or 47.00% from 466); Blue value is 186 (73.05% from 255 or 39.91% from 466); Max value from RGB is 219 - color contains mainly: green. Hex color #3DDBBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DDBBA is #C22445. Grayscale: #A7A7A7. Windows color (decimal): -12723270 or 12245821. OLE color: 12245821.

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

Color convert

RGB61219186-
CMYK0.7200.150.14
HSL167.47º68.7%54.9%-
HSV(B)167.47º72.15%85.88%-
XYZ36.1255.255.21-
YUV168138.1551.68-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 13.09%
GREEN value IS 219 (85.94% from 255) = 47.00%
BLUE value IS 186 (73.05% from 255) = 39.91%
R=13.09%
G=47.00%
B=39.91%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal612191860.7200.150.14167.4768.754.9
Hex3DDBBA480FEa74537
Octal753332721100171624710567
Binary11110111011011101110101001000011111110101001111000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DDBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,219,186); }

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

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

 a { background-color: rgb(61,219,186); }

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

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

 span { border-color: rgb(61,219,186); }

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