#34D7E8

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

Shades of Turquoise #34D7E8

Tints of Turquoise #34D7E8

Color information

#34D7E8 (or 0x34D7E8) is unknown color: approx Turquoise. HEX triplet: 34, D7 and E8. RGB value is (52,215,232). Sum of RGB (Red+Green+Blue) = 52+215+232=499 (66% of max value = 765). Red value is 52 (20.70% from 255 or 10.42% from 499); Green value is 215 (84.38% from 255 or 43.09% from 499); Blue value is 232 (91.02% from 255 or 46.49% from 499); Max value from RGB is 232 - color contains mainly: blue. Hex color #34D7E8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #34D7E8 is #CB2817. Grayscale: #A7A7A7. Windows color (decimal): -13314072 or 15259444. OLE color: 15259444.

HSL color Cylindrical-coordinate representation of color #34D7E8: hue angle of 185.67º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34D7E8 is Cyan = 0.78, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB52215232-
CMYK0.780.0700.09
HSL185.67º79.65%55.69%-
HSV(B)185.67º77.59%90.98%-
XYZ40.2855.1684.87-
YUV168.216445.12-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 10.42%
GREEN value IS 215 (84.38% from 255) = 43.09%
BLUE value IS 232 (91.02% from 255) = 46.49%
R=10.42%
G=43.09%
B=46.49%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal522152320.780.0700.09185.6779.6555.69
Hex34D7E84E709ba5038
Octal64327350116701127212070
Binary1101001101011111101000100111011101001101110101010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34D7E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,215,232); }

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

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

 a { background-color: rgb(52,215,232); }

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

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

 span { border-color: rgb(52,215,232); }

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