#34D5BB

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

Shades of Turquoise #34D5BB

Tints of Turquoise #34D5BB

Color information

#34D5BB (or 0x34D5BB) is unknown color: approx Turquoise. HEX triplet: 34, D5 and BB. RGB value is (52,213,187). Sum of RGB (Red+Green+Blue) = 52+213+187=452 (59% of max value = 765). Red value is 52 (20.70% from 255 or 11.50% from 452); Green value is 213 (83.59% from 255 or 47.12% from 452); Blue value is 187 (73.44% from 255 or 41.37% from 452); Max value from RGB is 213 - color contains mainly: green. Hex color #34D5BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34D5BB is #CB2A44. Grayscale: #A1A1A1. Windows color (decimal): -13314629 or 12309812. OLE color: 12309812.

HSL color Cylindrical-coordinate representation of color #34D5BB: hue angle of 170.31º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34D5BB is Cyan = 0.76, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB52213187-
CMYK0.7600.120.16
HSL170.31º65.71%51.96%-
HSV(B)170.31º75.59%83.53%-
XYZ34.1851.9155.23-
YUV161.9142.1649.61-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 11.50%
GREEN value IS 213 (83.59% from 255) = 47.12%
BLUE value IS 187 (73.44% from 255) = 41.37%
R=11.50%
G=47.12%
B=41.37%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal522131870.7600.120.16170.3165.7151.96
Hex34D5BB4C0C10aa4234
Octal643252731140142025210264
Binary110100110101011011101110011000110010000101010101000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34D5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34D5BB; }

 p { color: rgb(52,213,187); }

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

<style>
 a { background-color: #34D5BB; }

 a { background-color: rgb(52,213,187); }

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

<style>
 span { border-color: #34D5BB; }

 span { border-color: rgb(52,213,187); }

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