#34F3DE

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

Shades of Turquoise #34F3DE

Tints of Turquoise #34F3DE

Color information

#34F3DE (or 0x34F3DE) is unknown color: approx Turquoise. HEX triplet: 34, F3 and DE. RGB value is (52,243,222). Sum of RGB (Red+Green+Blue) = 52+243+222=517 (68% of max value = 765). Red value is 52 (20.70% from 255 or 10.06% from 517); Green value is 243 (95.31% from 255 or 47.00% from 517); Blue value is 222 (87.11% from 255 or 42.94% from 517); Max value from RGB is 243 - color contains mainly: green. Hex color #34F3DE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34F3DE is #CB0C21. Grayscale: #B7B7B7. Windows color (decimal): -13306914 or 14611252. OLE color: 14611252.

HSL color Cylindrical-coordinate representation of color #34F3DE: hue angle of 173.4º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34F3DE is Cyan = 0.79, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB52243222-
CMYK0.7900.090.05
HSL173.4º88.84%57.84%-
HSV(B)173.4º78.6%95.29%-
XYZ46.6570.1180.18-
YUV183.5149.7234.21-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 10.06%
GREEN value IS 243 (95.31% from 255) = 47.00%
BLUE value IS 222 (87.11% from 255) = 42.94%
R=10.06%
G=47.00%
B=42.94%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal522432220.7900.090.05173.488.8457.84
Hex34F3DE4F095ad593a
Octal64363336117011525513172
Binary1101001111001111011110100111101001101101011011011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34F3DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,243,222); }

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

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

 a { background-color: rgb(52,243,222); }

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

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

 span { border-color: rgb(52,243,222); }

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