#34CBB7

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

Shades of Medium Turquoise #34CBB7

Tints of Medium Turquoise #34CBB7

Color information

#34CBB7 (or 0x34CBB7) is unknown color: approx Medium Turquoise. HEX triplet: 34, CB and B7. RGB value is (52,203,183). Sum of RGB (Red+Green+Blue) = 52+203+183=438 (58% of max value = 765). Red value is 52 (20.70% from 255 or 11.87% from 438); Green value is 203 (79.69% from 255 or 46.35% from 438); Blue value is 183 (71.88% from 255 or 41.78% from 438); Max value from RGB is 203 - color contains mainly: green. Hex color #34CBB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34CBB7 is #CB3448. Grayscale: #9B9B9B. Windows color (decimal): -13317193 or 12045108. OLE color: 12045108.

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

Color convert

RGB52203183-
CMYK0.7400.100.20
HSL172.05º59.22%50%-
HSV(B)172.05º74.38%79.61%-
XYZ31.3246.8652.19-
YUV155.57143.4754.13-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 11.87%
GREEN value IS 203 (79.69% from 255) = 46.35%
BLUE value IS 183 (71.88% from 255) = 41.78%
R=11.87%
G=46.35%
B=41.78%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal522031830.7400.100.20172.0559.2250
Hex34CBB74A0A14ac3b32
Octal64313267112012242547362
Binary11010011001011101101111001010010101010010101100111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34CBB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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