#34F4C7

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

Shades of Turquoise #34F4C7

Tints of Turquoise #34F4C7

Color information

#34F4C7 (or 0x34F4C7) is unknown color: approx Turquoise. HEX triplet: 34, F4 and C7. RGB value is (52,244,199). Sum of RGB (Red+Green+Blue) = 52+244+199=495 (65% of max value = 765). Red value is 52 (20.70% from 255 or 10.51% from 495); Green value is 244 (95.70% from 255 or 49.29% from 495); Blue value is 199 (78.12% from 255 or 40.20% from 495); Max value from RGB is 244 - color contains mainly: green. Hex color #34F4C7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34F4C7 is #CB0B38. Grayscale: #B5B5B5. Windows color (decimal): -13306681 or 13104180. OLE color: 13104180.

HSL color Cylindrical-coordinate representation of color #34F4C7: hue angle of 165.94º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34F4C7 is Cyan = 0.79, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.04.

Color convert

RGB52244199-
CMYK0.7900.180.04
HSL165.94º89.72%58.04%-
HSV(B)165.94º78.69%95.69%-
XYZ44.0869.5565.14-
YUV181.46137.8935.66-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 10.51%
GREEN value IS 244 (95.70% from 255) = 49.29%
BLUE value IS 199 (78.12% from 255) = 40.20%
R=10.51%
G=49.29%
B=40.20%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal522441990.7900.180.04165.9489.7258.04
Hex34F4C74F0124a65a3a
Octal64364307117022424613272
Binary11010011110100110001111001111010010100101001101011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34F4C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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