#34C9BE

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

Shades of Medium Turquoise #34C9BE

Tints of Medium Turquoise #34C9BE

Color information

#34C9BE (or 0x34C9BE) is unknown color: approx Medium Turquoise. HEX triplet: 34, C9 and BE. RGB value is (52,201,190). Sum of RGB (Red+Green+Blue) = 52+201+190=443 (58% of max value = 765). Red value is 52 (20.70% from 255 or 11.74% from 443); Green value is 201 (78.91% from 255 or 45.37% from 443); Blue value is 190 (74.61% from 255 or 42.89% from 443); Max value from RGB is 201 - color contains mainly: green. Hex color #34C9BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34C9BE is #CB3641. Grayscale: #9B9B9B. Windows color (decimal): -13317698 or 12503348. OLE color: 12503348.

HSL color Cylindrical-coordinate representation of color #34C9BE: hue angle of 175.57º 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 #34C9BE is Cyan = 0.74, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB52201190-
CMYK0.7400.050.21
HSL175.57º58.89%49.61%-
HSV(B)175.57º74.13%78.82%-
XYZ31.646.2255.97-
YUV155.2147.6454.39-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 11.74%
GREEN value IS 201 (78.91% from 255) = 45.37%
BLUE value IS 190 (74.61% from 255) = 42.89%
R=11.74%
G=45.37%
B=42.89%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal522011900.7400.050.21175.5758.8949.61
Hex34C9BE4A0515b03b32
Octal6431127611205252607362
Binary1101001100100110111110100101001011010110110000111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34C9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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