#34D9ED

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

Shades of Turquoise #34D9ED

Tints of Turquoise #34D9ED

Color information

#34D9ED (or 0x34D9ED) is unknown color: approx Turquoise. HEX triplet: 34, D9 and ED. RGB value is (52,217,237). Sum of RGB (Red+Green+Blue) = 52+217+237=506 (67% of max value = 765). Red value is 52 (20.70% from 255 or 10.28% from 506); Green value is 217 (85.16% from 255 or 42.89% from 506); Blue value is 237 (92.97% from 255 or 46.84% from 506); Max value from RGB is 237 - color contains mainly: blue. Hex color #34D9ED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #34D9ED is #CB2612. Grayscale: #A9A9A9. Windows color (decimal): -13313555 or 15587636. OLE color: 15587636.

HSL color Cylindrical-coordinate representation of color #34D9ED: hue angle of 186.49º degrees, saturation: 0.84, 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 #34D9ED is Cyan = 0.78, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB52217237-
CMYK0.780.0800.07
HSL186.49º83.71%56.67%-
HSV(B)186.49º78.06%92.94%-
XYZ41.5256.4788.83-
YUV169.94165.8443.87-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 10.28%
GREEN value IS 217 (85.16% from 255) = 42.89%
BLUE value IS 237 (92.97% from 255) = 46.84%
R=10.28%
G=42.89%
B=46.84%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal522172370.780.0800.07186.4983.7156.67
Hex34D9ED4E807ba5439
Octal64331355116100727212471
Binary1101001101100111101101100111010000111101110101010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34D9ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,217,237); }

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

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

 a { background-color: rgb(52,217,237); }

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

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

 span { border-color: rgb(52,217,237); }

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