#34DDBF

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

Shades of Turquoise #34DDBF

Tints of Turquoise #34DDBF

Color information

#34DDBF (or 0x34DDBF) is unknown color: approx Turquoise. HEX triplet: 34, DD and BF. RGB value is (52,221,191). Sum of RGB (Red+Green+Blue) = 52+221+191=464 (61% of max value = 765). Red value is 52 (20.70% from 255 or 11.21% from 464); Green value is 221 (86.72% from 255 or 47.63% from 464); Blue value is 191 (75% from 255 or 41.16% from 464); Max value from RGB is 221 - color contains mainly: green. Hex color #34DDBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34DDBF is #CB2240. Grayscale: #A6A6A6. Windows color (decimal): -13312577 or 12574004. OLE color: 12574004.

HSL color Cylindrical-coordinate representation of color #34DDBF: hue angle of 169.35º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34DDBF is Cyan = 0.76, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB52221191-
CMYK0.7600.140.13
HSL169.35º71.31%53.53%-
HSV(B)169.35º76.47%86.67%-
XYZ36.6856.258.21-
YUV167.05141.5145.94-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 11.21%
GREEN value IS 221 (86.72% from 255) = 47.63%
BLUE value IS 191 (75% from 255) = 41.16%
R=11.21%
G=47.63%
B=41.16%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal522211910.7600.140.13169.3571.3153.53
Hex34DDBF4C0EDa94736
Octal643352771140161525110766
Binary11010011011101101111111001100011101101101010011000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34DDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,221,191); }

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

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

 a { background-color: rgb(52,221,191); }

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

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

 span { border-color: rgb(52,221,191); }

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