#34FFD4

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

Shades of Turquoise #34FFD4

Tints of Turquoise #34FFD4

Color information

#34FFD4 (or 0x34FFD4) is unknown color: approx Turquoise. HEX triplet: 34, FF and D4. RGB value is (52,255,212). Sum of RGB (Red+Green+Blue) = 52+255+212=519 (68% of max value = 765). Red value is 52 (20.70% from 255 or 10.02% from 519); Green value is 255 (100% from 255 or 49.13% from 519); Blue value is 212 (83.20% from 255 or 40.85% from 519); Max value from RGB is 255 - color contains mainly: green. Hex color #34FFD4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34FFD4 is #CB002B. Grayscale: #BDBDBD. Windows color (decimal): -13303852 or 13958964. OLE color: 13958964.

HSL color Cylindrical-coordinate representation of color #34FFD4: hue angle of 167.29º 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 #34FFD4 is Cyan = 0.80, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.

Color convert

RGB52255212-
CMYK0.8000.170
HSL167.29º100%60.2%-
HSV(B)167.29º79.61%100%-
XYZ49.067774.56-
YUV189.4140.7530-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 10.02%
GREEN value IS 255 (100% from 255) = 49.13%
BLUE value IS 212 (83.20% from 255) = 40.85%
R=10.02%
G=49.13%
B=40.85%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal522552120.8000.170167.2910060.2
Hex34FFD4500110a7643c
Octal64377324120021024714474
Binary110100111111111101010010100000100010101001111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34FFD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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