#34EED0

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

Shades of Turquoise #34EED0

Tints of Turquoise #34EED0

Color information

#34EED0 (or 0x34EED0) is unknown color: approx Turquoise. HEX triplet: 34, EE and D0. RGB value is (52,238,208). Sum of RGB (Red+Green+Blue) = 52+238+208=498 (65% of max value = 765). Red value is 52 (20.70% from 255 or 10.44% from 498); Green value is 238 (93.36% from 255 or 47.79% from 498); Blue value is 208 (81.64% from 255 or 41.77% from 498); Max value from RGB is 238 - color contains mainly: green. Hex color #34EED0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34EED0 is #CB112F. Grayscale: #B2B2B2. Windows color (decimal): -13308208 or 13692468. OLE color: 13692468.

HSL color Cylindrical-coordinate representation of color #34EED0: hue angle of 170.32º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34EED0 is Cyan = 0.78, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB52238208-
CMYK0.7800.130.07
HSL170.32º84.55%56.86%-
HSV(B)170.32º78.15%93.33%-
XYZ43.3866.4370.21-
YUV178.97144.3837.44-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 10.44%
GREEN value IS 238 (93.36% from 255) = 47.79%
BLUE value IS 208 (81.64% from 255) = 41.77%
R=10.44%
G=47.79%
B=41.77%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal522382080.7800.130.07170.3284.5556.86
Hex34EED04E0D7aa5539
Octal64356320116015725212571
Binary1101001110111011010000100111001101111101010101010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34EED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,238,208); }

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

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

 a { background-color: rgb(52,238,208); }

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

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

 span { border-color: rgb(52,238,208); }

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