#34ccd1

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

Shades of Medium Turquoise #34CCD1

Tints of Medium Turquoise #34CCD1

Color information

#34CCD1 (or 0x34CCD1) is unknown color: approx Medium Turquoise. HEX triplet: 34, CC and D1. RGB value is (52,204,209). Sum of RGB (Red+Green+Blue) = 52+204+209=465 (61% of max value = 765). Red value is 52 (20.70% from 255 or 11.18% from 465); Green value is 204 (80.08% from 255 or 43.87% from 465); Blue value is 209 (82.03% from 255 or 44.95% from 465); Max value from RGB is 209 - color contains mainly: blue. Hex color #34CCD1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34CCD1 is #CB332E. Grayscale: #9E9E9E. Windows color (decimal): -13316911 or 13749300. OLE color: 13749300.

HSL color Cylindrical-coordinate representation of color #34CCD1: hue angle of 181.91º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34CCD1 is Cyan = 0.75, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB52204209-
CMYK0.750.0200.18
HSL181.91º63.05%51.18%-
HSV(B)181.91º75.12%81.96%-
XYZ34.5248.5267.87-
YUV159.12156.1451.59-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 11.18%
GREEN value IS 204 (80.08% from 255) = 43.87%
BLUE value IS 209 (82.03% from 255) = 44.95%
R=11.18%
G=43.87%
B=44.95%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal522042090.750.0200.18181.9163.0551.18
Hex34CCD14B2012b63f33
Octal6431432111320222667763
Binary110100110011001101000110010111001001010110110111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34ccd1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,204,209); }

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

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

 a { background-color: rgb(52,204,209); }

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

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

 span { border-color: rgb(52,204,209); }

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