#34E8CD

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

Shades of Turquoise #34E8CD

Tints of Turquoise #34E8CD

Color information

#34E8CD (or 0x34E8CD) is unknown color: approx Turquoise. HEX triplet: 34, E8 and CD. RGB value is (52,232,205). Sum of RGB (Red+Green+Blue) = 52+232+205=489 (64% of max value = 765). Red value is 52 (20.70% from 255 or 10.63% from 489); Green value is 232 (91.02% from 255 or 47.44% from 489); Blue value is 205 (80.47% from 255 or 41.92% from 489); Max value from RGB is 232 - color contains mainly: green. Hex color #34E8CD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34E8CD is #CB1732. Grayscale: #AFAFAF. Windows color (decimal): -13309747 or 13494324. OLE color: 13494324.

HSL color Cylindrical-coordinate representation of color #34E8CD: hue angle of 171º 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 #34E8CD is Cyan = 0.78, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB52232205-
CMYK0.7800.120.09
HSL171º79.65%55.69%-
HSV(B)171º77.59%90.98%-
XYZ41.2962.8567.71-
YUV175.1144.8740.2-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 10.63%
GREEN value IS 232 (91.02% from 255) = 47.44%
BLUE value IS 205 (80.47% from 255) = 41.92%
R=10.63%
G=47.44%
B=41.92%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal522322050.7800.120.0917179.6555.69
Hex34E8CD4E0C9ab5038
Octal643503151160141125312070
Binary11010011101000110011011001110011001001101010111010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34E8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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