#34F7CD

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

Shades of Turquoise #34F7CD

Tints of Turquoise #34F7CD

Color information

#34F7CD (or 0x34F7CD) is unknown color: approx Turquoise. HEX triplet: 34, F7 and CD. RGB value is (52,247,205). Sum of RGB (Red+Green+Blue) = 52+247+205=504 (66% of max value = 765). Red value is 52 (20.70% from 255 or 10.32% from 504); Green value is 247 (96.88% from 255 or 49.01% from 504); Blue value is 205 (80.47% from 255 or 40.67% from 504); Max value from RGB is 247 - color contains mainly: green. Hex color #34F7CD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34F7CD is #CB0832. Grayscale: #B7B7B7. Windows color (decimal): -13305907 or 13498164. OLE color: 13498164.

HSL color Cylindrical-coordinate representation of color #34F7CD: hue angle of 167.08º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34F7CD is Cyan = 0.79, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB52247205-
CMYK0.7900.170.03
HSL167.08º92.42%58.63%-
HSV(B)167.08º78.95%96.86%-
XYZ45.771.6669.18-
YUV183.91139.933.92-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 10.32%
GREEN value IS 247 (96.88% from 255) = 49.01%
BLUE value IS 205 (80.47% from 255) = 40.67%
R=10.32%
G=49.01%
B=40.67%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal522472050.7900.170.03167.0892.4258.63
Hex34F7CD4F0113a75c3b
Octal64367315117021324713473
Binary1101001111011111001101100111101000111101001111011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34F7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,247,205); }

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

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

 a { background-color: rgb(52,247,205); }

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

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

 span { border-color: rgb(52,247,205); }

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