#34DEB7

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

Shades of Turquoise #34DEB7

Tints of Turquoise #34DEB7

Color information

#34DEB7 (or 0x34DEB7) is unknown color: approx Turquoise. HEX triplet: 34, DE and B7. RGB value is (52,222,183). Sum of RGB (Red+Green+Blue) = 52+222+183=457 (60% of max value = 765). Red value is 52 (20.70% from 255 or 11.38% from 457); Green value is 222 (87.11% from 255 or 48.58% from 457); Blue value is 183 (71.88% from 255 or 40.04% from 457); Max value from RGB is 222 - color contains mainly: green. Hex color #34DEB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34DEB7 is #CB2148. Grayscale: #A6A6A6. Windows color (decimal): -13312329 or 12049972. OLE color: 12049972.

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

Color convert

RGB52222183-
CMYK0.7700.180.13
HSL166.24º72.03%53.73%-
HSV(B)166.24º76.58%87.06%-
XYZ36.0856.3953.78-
YUV166.72137.1846.17-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 11.38%
GREEN value IS 222 (87.11% from 255) = 48.58%
BLUE value IS 183 (71.88% from 255) = 40.04%
R=11.38%
G=48.58%
B=40.04%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal522221830.7700.180.13166.2472.0353.73
Hex34DEB74D012Da64836
Octal643362671150221524611066
Binary110100110111101011011110011010100101101101001101001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34DEB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,222,183); }

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

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

 a { background-color: rgb(52,222,183); }

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

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

 span { border-color: rgb(52,222,183); }

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