#34F8EA

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

Shades of Turquoise #34F8EA

Tints of Turquoise #34F8EA

Color information

#34F8EA (or 0x34F8EA) is unknown color: approx Turquoise. HEX triplet: 34, F8 and EA. RGB value is (52,248,234). Sum of RGB (Red+Green+Blue) = 52+248+234=534 (70% of max value = 765). Red value is 52 (20.70% from 255 or 9.74% from 534); Green value is 248 (97.27% from 255 or 46.44% from 534); Blue value is 234 (91.80% from 255 or 43.82% from 534); Max value from RGB is 248 - color contains mainly: green. Hex color #34F8EA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #34F8EA is #CB0715. Grayscale: #BBBBBB. Windows color (decimal): -13305622 or 15398964. OLE color: 15398964.

HSL color Cylindrical-coordinate representation of color #34F8EA: hue angle of 175.71º degrees, saturation: 0.93, 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 #34F8EA is Cyan = 0.79, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.03.

Color convert

RGB52248234-
CMYK0.7900.060.03
HSL175.71º93.33%58.82%-
HSV(B)175.71º79.03%97.25%-
XYZ49.8373.8189.46-
YUV187.8154.0731.14-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 9.74%
GREEN value IS 248 (97.27% from 255) = 46.44%
BLUE value IS 234 (91.80% from 255) = 43.82%
R=9.74%
G=46.44%
B=43.82%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal522482340.7900.060.03175.7193.3358.82
Hex34F8EA4F063b05d3b
Octal6437035211706326013573
Binary11010011111000111010101001111011011101100001011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34F8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,248,234); }

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

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

 a { background-color: rgb(52,248,234); }

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

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

 span { border-color: rgb(52,248,234); }

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