#33DCBA

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

Shades of Turquoise #33DCBA

Tints of Turquoise #33DCBA

Color information

#33DCBA (or 0x33DCBA) is unknown color: approx Turquoise. HEX triplet: 33, DC and BA. RGB value is (51,220,186). Sum of RGB (Red+Green+Blue) = 51+220+186=457 (60% of max value = 765). Red value is 51 (20.31% from 255 or 11.16% from 457); Green value is 220 (86.33% from 255 or 48.14% from 457); Blue value is 186 (73.05% from 255 or 40.70% from 457); Max value from RGB is 220 - color contains mainly: green. Hex color #33DCBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33DCBA is #CC2345. Grayscale: #A5A5A5. Windows color (decimal): -13378374 or 12246067. OLE color: 12246067.

HSL color Cylindrical-coordinate representation of color #33DCBA: hue angle of 167.93º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33DCBA is Cyan = 0.77, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB51220186-
CMYK0.7700.150.14
HSL167.93º70.71%53.14%-
HSV(B)167.93º76.82%86.27%-
XYZ35.8255.4455.27-
YUV165.59139.5146.26-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 11.16%
GREEN value IS 220 (86.33% from 255) = 48.14%
BLUE value IS 186 (73.05% from 255) = 40.70%
R=11.16%
G=48.14%
B=40.70%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal512201860.7700.150.14167.9370.7153.14
Hex33DCBA4D0FEa84735
Octal633342721150171625010765
Binary11001111011100101110101001101011111110101010001000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33DCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33DCBA; }

 p { color: rgb(51,220,186); }

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

<style>
 a { background-color: #33DCBA; }

 a { background-color: rgb(51,220,186); }

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

<style>
 span { border-color: #33DCBA; }

 span { border-color: rgb(51,220,186); }

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