#34EAF8

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

Shades of Turquoise #34EAF8

Tints of Turquoise #34EAF8

Color information

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

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

Color convert

RGB52234248-
CMYK0.790.0600.03
HSL184.29º93.33%58.82%-
HSV(B)184.29º79.03%97.25%-
XYZ47.7866.3599.1-
YUV181.18165.735.86-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal522342480.790.0600.03184.2993.3358.82
Hex34EAF84F603b85d3b
Octal6435237011760327013573
Binary11010011101010111110001001111110011101110001011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34EAF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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