#34FDC7

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

Shades of Turquoise #34FDC7

Tints of Turquoise #34FDC7

Color information

#34FDC7 (or 0x34FDC7) is unknown color: approx Turquoise. HEX triplet: 34, FD and C7. RGB value is (52,253,199). Sum of RGB (Red+Green+Blue) = 52+253+199=504 (66% of max value = 765). Red value is 52 (20.70% from 255 or 10.32% from 504); Green value is 253 (99.22% from 255 or 50.20% from 504); Blue value is 199 (78.12% from 255 or 39.48% from 504); Max value from RGB is 253 - color contains mainly: green. Hex color #34FDC7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34FDC7 is #CB0238. Grayscale: #BABABA. Windows color (decimal): -13304377 or 13106484. OLE color: 13106484.

HSL color Cylindrical-coordinate representation of color #34FDC7: hue angle of 163.88º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34FDC7 is Cyan = 0.79, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB52253199-
CMYK0.7900.210.01
HSL163.88º98.05%59.8%-
HSV(B)163.88º79.45%99.22%-
XYZ46.8575.166.06-
YUV186.74134.9131.89-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 10.32%
GREEN value IS 253 (99.22% from 255) = 50.20%
BLUE value IS 199 (78.12% from 255) = 39.48%
R=10.32%
G=50.20%
B=39.48%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal522531990.7900.210.01163.8898.0559.8
Hex34FDC74F0151a4623c
Octal64375307117025124414274
Binary110100111111011100011110011110101011101001001100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34FDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,253,199); }

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

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

 a { background-color: rgb(52,253,199); }

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

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

 span { border-color: rgb(52,253,199); }

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