#34D4E0

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

Shades of Turquoise #34D4E0

Tints of Turquoise #34D4E0

Color information

#34D4E0 (or 0x34D4E0) is unknown color: approx Turquoise. HEX triplet: 34, D4 and E0. RGB value is (52,212,224). Sum of RGB (Red+Green+Blue) = 52+212+224=488 (64% of max value = 765). Red value is 52 (20.70% from 255 or 10.66% from 488); Green value is 212 (83.20% from 255 or 43.44% from 488); Blue value is 224 (87.89% from 255 or 45.90% from 488); Max value from RGB is 224 - color contains mainly: blue. Hex color #34D4E0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34D4E0 is #CB2B1F. Grayscale: #A5A5A5. Windows color (decimal): -13314848 or 14734388. OLE color: 14734388.

HSL color Cylindrical-coordinate representation of color #34D4E0: hue angle of 184.19º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34D4E0 is Cyan = 0.77, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB52212224-
CMYK0.770.0500.12
HSL184.19º73.5%54.12%-
HSV(B)184.19º76.79%87.84%-
XYZ38.4153.278.76-
YUV165.53160.9947.02-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 10.66%
GREEN value IS 212 (83.20% from 255) = 43.44%
BLUE value IS 224 (87.89% from 255) = 45.90%
R=10.66%
G=43.44%
B=45.90%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal522122240.770.0500.12184.1973.554.12
Hex34D4E04D50Cb84a36
Octal64324340115501427011266
Binary1101001101010011100000100110110101100101110001001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34D4E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,212,224); }

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

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

 a { background-color: rgb(52,212,224); }

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

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

 span { border-color: rgb(52,212,224); }

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