#34C7C9

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

Shades of Medium Turquoise #34C7C9

Tints of Medium Turquoise #34C7C9

Color information

#34C7C9 (or 0x34C7C9) is unknown color: approx Medium Turquoise. HEX triplet: 34, C7 and C9. RGB value is (52,199,201). Sum of RGB (Red+Green+Blue) = 52+199+201=452 (59% of max value = 765). Red value is 52 (20.70% from 255 or 11.50% from 452); Green value is 199 (78.12% from 255 or 44.03% from 452); Blue value is 201 (78.91% from 255 or 44.47% from 452); Max value from RGB is 201 - color contains mainly: blue. Hex color #34C7C9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34C7C9 is #CB3836. Grayscale: #9B9B9B. Windows color (decimal): -13318199 or 13223732. OLE color: 13223732.

HSL color Cylindrical-coordinate representation of color #34C7C9: hue angle of 180.81º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #34C7C9 is Cyan = 0.74, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB52199201-
CMYK0.740.0100.21
HSL180.81º58.89%49.61%-
HSV(B)180.81º74.13%78.82%-
XYZ32.3845.7962.39-
YUV155.27153.854.34-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 11.50%
GREEN value IS 199 (78.12% from 255) = 44.03%
BLUE value IS 201 (78.91% from 255) = 44.47%
R=11.50%
G=44.03%
B=44.47%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal521992010.740.0100.21180.8158.8949.61
Hex34C7C94A1015b53b32
Octal6430731111210252657362
Binary11010011000111110010011001010101010110110101111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34C7C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,199,201); }

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

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

 a { background-color: rgb(52,199,201); }

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

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

 span { border-color: rgb(52,199,201); }

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