#34EBD8

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

Shades of Turquoise #34EBD8

Tints of Turquoise #34EBD8

Color information

#34EBD8 (or 0x34EBD8) is unknown color: approx Turquoise. HEX triplet: 34, EB and D8. RGB value is (52,235,216). Sum of RGB (Red+Green+Blue) = 52+235+216=503 (66% of max value = 765). Red value is 52 (20.70% from 255 or 10.34% from 503); Green value is 235 (92.19% from 255 or 46.72% from 503); Blue value is 216 (84.77% from 255 or 42.94% from 503); Max value from RGB is 235 - color contains mainly: green. Hex color #34EBD8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34EBD8 is #CB1427. Grayscale: #B2B2B2. Windows color (decimal): -13308968 or 14215988. OLE color: 14215988.

HSL color Cylindrical-coordinate representation of color #34EBD8: hue angle of 173.77º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34EBD8 is Cyan = 0.78, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.08.

Color convert

RGB52235216-
CMYK0.7800.080.08
HSL173.77º82.06%56.27%-
HSV(B)173.77º77.87%92.16%-
XYZ43.5265.175.24-
YUV178.12149.3738.04-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 10.34%
GREEN value IS 235 (92.19% from 255) = 46.72%
BLUE value IS 216 (84.77% from 255) = 42.94%
R=10.34%
G=46.72%
B=42.94%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal522352160.7800.080.08173.7782.0656.27
Hex34EBD84E088ae5238
Octal643533301160101025612270
Binary11010011101011110110001001110010001000101011101010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34EBD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,235,216); }

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

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

 a { background-color: rgb(52,235,216); }

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

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

 span { border-color: rgb(52,235,216); }

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