#34CFBB

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

Shades of Medium Turquoise #34CFBB

Tints of Medium Turquoise #34CFBB

Color information

#34CFBB (or 0x34CFBB) is unknown color: approx Medium Turquoise. HEX triplet: 34, CF and BB. RGB value is (52,207,187). Sum of RGB (Red+Green+Blue) = 52+207+187=446 (59% of max value = 765). Red value is 52 (20.70% from 255 or 11.66% from 446); Green value is 207 (81.25% from 255 or 46.41% from 446); Blue value is 187 (73.44% from 255 or 41.93% from 446); Max value from RGB is 207 - color contains mainly: green. Hex color #34CFBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34CFBB is #CB3044. Grayscale: #9E9E9E. Windows color (decimal): -13316165 or 12308276. OLE color: 12308276.

HSL color Cylindrical-coordinate representation of color #34CFBB: hue angle of 172.26º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34CFBB is Cyan = 0.75, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB52207187-
CMYK0.7500.100.19
HSL172.26º61.75%50.78%-
HSV(B)172.26º74.88%81.18%-
XYZ32.748.9454.74-
YUV158.38144.1552.13-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 11.66%
GREEN value IS 207 (81.25% from 255) = 46.41%
BLUE value IS 187 (73.44% from 255) = 41.93%
R=11.66%
G=46.41%
B=41.93%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal522071870.7500.100.19172.2661.7550.78
Hex34CFBB4B0A13ac3e33
Octal64317273113012232547663
Binary11010011001111101110111001011010101001110101100111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34CFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,207,187); }

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

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

 a { background-color: rgb(52,207,187); }

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

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

 span { border-color: rgb(52,207,187); }

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