#34DFD3

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

Shades of Turquoise #34DFD3

Tints of Turquoise #34DFD3

Color information

#34DFD3 (or 0x34DFD3) is unknown color: approx Turquoise. HEX triplet: 34, DF and D3. RGB value is (52,223,211). Sum of RGB (Red+Green+Blue) = 52+223+211=486 (64% of max value = 765). Red value is 52 (20.70% from 255 or 10.70% from 486); Green value is 223 (87.5% from 255 or 45.88% from 486); Blue value is 211 (82.81% from 255 or 43.42% from 486); Max value from RGB is 223 - color contains mainly: green. Hex color #34DFD3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34DFD3 is #CB202C. Grayscale: #AAAAAA. Windows color (decimal): -13312045 or 13885236. OLE color: 13885236.

HSL color Cylindrical-coordinate representation of color #34DFD3: hue angle of 175.79º degrees, saturation: 0.73, 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 #34DFD3 is Cyan = 0.77, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB52223211-
CMYK0.7700.050.13
HSL175.79º72.77%53.92%-
HSV(B)175.79º76.68%87.45%-
XYZ39.5658.2170.78-
YUV170.5150.8543.48-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 10.70%
GREEN value IS 223 (87.5% from 255) = 45.88%
BLUE value IS 211 (82.81% from 255) = 43.42%
R=10.70%
G=45.88%
B=43.42%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal522232110.7700.050.13175.7972.7753.92
Hex34DFD34D05Db04936
Octal64337323115051526011166
Binary1101001101111111010011100110101011101101100001001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34DFD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,223,211); }

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

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

 a { background-color: rgb(52,223,211); }

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

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

 span { border-color: rgb(52,223,211); }

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