#34CBB8

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

Shades of Medium Turquoise #34CBB8

Tints of Medium Turquoise #34CBB8

Color information

#34CBB8 (or 0x34CBB8) is unknown color: approx Medium Turquoise. HEX triplet: 34, CB and B8. RGB value is (52,203,184). Sum of RGB (Red+Green+Blue) = 52+203+184=439 (58% of max value = 765). Red value is 52 (20.70% from 255 or 11.85% from 439); Green value is 203 (79.69% from 255 or 46.24% from 439); Blue value is 184 (72.27% from 255 or 41.91% from 439); Max value from RGB is 203 - color contains mainly: green. Hex color #34CBB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34CBB8 is #CB3447. Grayscale: #9B9B9B. Windows color (decimal): -13317192 or 12110644. OLE color: 12110644.

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

Color convert

RGB52203184-
CMYK0.7400.090.20
HSL172.45º59.22%50%-
HSV(B)172.45º74.38%79.61%-
XYZ31.4246.952.74-
YUV155.68143.9754.04-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 11.85%
GREEN value IS 203 (79.69% from 255) = 46.24%
BLUE value IS 184 (72.27% from 255) = 41.91%
R=11.85%
G=46.24%
B=41.91%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal522031840.7400.090.20172.4559.2250
Hex34CBB84A0914ac3b32
Octal64313270112011242547362
Binary11010011001011101110001001010010011010010101100111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34CBB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,203,184); }

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

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

 a { background-color: rgb(52,203,184); }

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

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

 span { border-color: rgb(52,203,184); }

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