#34FFD5

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

Shades of Turquoise #34FFD5

Tints of Turquoise #34FFD5

Color information

#34FFD5 (or 0x34FFD5) is unknown color: approx Turquoise. HEX triplet: 34, FF and D5. RGB value is (52,255,213). Sum of RGB (Red+Green+Blue) = 52+255+213=520 (68% of max value = 765). Red value is 52 (20.70% from 255 or 10% from 520); Green value is 255 (100% from 255 or 49.04% from 520); Blue value is 213 (83.59% from 255 or 40.96% from 520); Max value from RGB is 255 - color contains mainly: green. Hex color #34FFD5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34FFD5 is #CB002A. Grayscale: #BDBDBD. Windows color (decimal): -13303851 or 14024500. OLE color: 14024500.

HSL color Cylindrical-coordinate representation of color #34FFD5: hue angle of 167.59º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #34FFD5 is Cyan = 0.80, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.

Color convert

RGB52255213-
CMYK0.8000.160
HSL167.59º100%60.2%-
HSV(B)167.59º79.61%100%-
XYZ49.1977.0575.23-
YUV189.52141.2529.92-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 10%
GREEN value IS 255 (100% from 255) = 49.04%
BLUE value IS 213 (83.59% from 255) = 40.96%
R=10%
G=49.04%
B=40.96%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal522552130.8000.160167.5910060.2
Hex34FFD5500100a8643c
Octal64377325120020025014474
Binary110100111111111101010110100000100000101010001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34FFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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