#34EDF5

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

Shades of Turquoise #34EDF5

Tints of Turquoise #34EDF5

Color information

#34EDF5 (or 0x34EDF5) is unknown color: approx Turquoise. HEX triplet: 34, ED and F5. RGB value is (52,237,245). Sum of RGB (Red+Green+Blue) = 52+237+245=534 (70% of max value = 765). Red value is 52 (20.70% from 255 or 9.74% from 534); Green value is 237 (92.97% from 255 or 44.38% from 534); Blue value is 245 (96.09% from 255 or 45.88% from 534); Max value from RGB is 245 - color contains mainly: blue. Hex color #34EDF5 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #34EDF5 is #CB120A. Grayscale: #B6B6B6. Windows color (decimal): -13308427 or 16117044. OLE color: 16117044.

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

Color convert

RGB52237245-
CMYK0.790.0300.04
HSL182.49º90.61%58.24%-
HSV(B)182.49º78.78%96.08%-
XYZ48.1867.8996.95-
YUV182.6163.2134.85-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 9.74%
GREEN value IS 237 (92.97% from 255) = 44.38%
BLUE value IS 245 (96.09% from 255) = 45.88%
R=9.74%
G=44.38%
B=45.88%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal522372450.790.0300.04182.4990.6158.24
Hex34EDF54F304b65b3a
Octal6435536511730426613372
Binary11010011101101111101011001111110100101101101011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34EDF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,237,245); }

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

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

 a { background-color: rgb(52,237,245); }

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

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

 span { border-color: rgb(52,237,245); }

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