#34E5F6

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

Shades of Turquoise #34E5F6

Tints of Turquoise #34E5F6

Color information

#34E5F6 (or 0x34E5F6) is unknown color: approx Turquoise. HEX triplet: 34, E5 and F6. RGB value is (52,229,246). Sum of RGB (Red+Green+Blue) = 52+229+246=527 (69% of max value = 765). Red value is 52 (20.70% from 255 or 9.87% from 527); Green value is 229 (89.84% from 255 or 43.45% from 527); Blue value is 246 (96.48% from 255 or 46.68% from 527); Max value from RGB is 246 - color contains mainly: blue. Hex color #34E5F6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #34E5F6 is #CB1A09. Grayscale: #B1B1B1. Windows color (decimal): -13310474 or 16180532. OLE color: 16180532.

HSL color Cylindrical-coordinate representation of color #34E5F6: hue angle of 185.26º degrees, saturation: 0.92, 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 #34E5F6 is Cyan = 0.79, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB52229246-
CMYK0.790.0700.04
HSL185.26º91.51%58.43%-
HSV(B)185.26º78.86%96.47%-
XYZ46.0763.4297-
YUV178.02166.3638.12-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 9.87%
GREEN value IS 229 (89.84% from 255) = 43.45%
BLUE value IS 246 (96.48% from 255) = 46.68%
R=9.87%
G=43.45%
B=46.68%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal522292460.790.0700.04185.2691.5158.43
Hex34E5F64F704b95c3a
Octal6434536611770427113472
Binary110100111001011111011010011111110100101110011011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34E5F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,229,246); }

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

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

 a { background-color: rgb(52,229,246); }

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

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

 span { border-color: rgb(52,229,246); }

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